Skip to content

Commit

Permalink
Fetch bootloader from X16Community repo (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-b-jakobsson authored Sep 6, 2024
1 parent 0e3bdda commit 8950591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
mv .doc/readme-community .build/community/readme
- name: Fetch bootloader
run: wget -O .build/bootloader.hex https://github.com/stefan-b-jakobsson/x16-smc-bootloader/releases/download/2/bootloader.hex
run: wget -O .build/bootloader.hex https://github.com/X16Community/x16-smc-bootloader/releases/download/v2/bootloader.hex

- name: Create firmware_with_bootloader files
run: |
Expand Down

0 comments on commit 8950591

Please sign in to comment.