Skip to content

Commit

Permalink
eliminate non-working targets
Browse files Browse the repository at this point in the history
  • Loading branch information
jepler committed Mar 5, 2025
1 parent b3d72c7 commit f87b1f2
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:
run: (cd MCUME_pico2/pico-sdk/lib/tinyusb/hw/mcu/raspberry_pi/Pico-PIO-USB && git pull https://github.com/tannewt/Pico-PIO-USB/ better_timeouts)

- name: build targets
run: for target in pico64 pico20 pico81 picospeccy picomsx pico8086 picocolem picoo2em picovcs picogb picopce picosms picogen picocastway pico5200; do cmake -S MCUME_pico2 -B build -DPICO_SDK_PATH=MCUME_pico2/pico-sdk -DTARGET=$target && make -C build
run: for target in pico64 pico20 picospeccy picomsx pico8086 picocolem picogb picopce picosms picogen; do cmake -S MCUME_pico2 -B build -DPICO_SDK_PATH=MCUME_pico2/pico-sdk -DTARGET=$target && make -C build; done

- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit f87b1f2

Please sign in to comment.