Skip to content

Commit

Permalink
fix gh-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
NonPIayerCharacter committed Dec 8, 2024
1 parent 5cffcb6 commit f863aca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ OpenESP32S3: prebuild_ESPIDF

.PHONY: OpenTR6260
OpenTR6260:
if [ ! -e sdk/OpenTR6260/toolchain/nds32le-elf-mculib-v3 ]; then cd sdk/OpenTR6260/toolchain && xz -d < nds32le-elf-mculib-v3.txz | tar xvf - > /dev/null; fi
cd sdk/OpenTR6260/scripts && APP_VERSION=$(APP_VERSION) bash build_tr6260s1.sh
mkdir -p output/$(APP_VERSION)
cp sdk/OpenTR6260/out/tr6260s1/standalone/tr6260s1_0x007000.bin output/$(APP_VERSION)/OpenTR6260_$(APP_VERSION).bin
Expand Down
2 changes: 1 addition & 1 deletion sdk/OpenTR6260
Submodule OpenTR6260 updated 3168 files

0 comments on commit f863aca

Please sign in to comment.