Skip to content

Commit

Permalink
r
Browse files Browse the repository at this point in the history
  • Loading branch information
alloncm committed Dec 21, 2024
1 parent 18cec2a commit a800bd8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ jobs:
- name: Build libretro
run: cargo make libretro_desktop
- name: rpi baremetal
run: rustup toolchain install nightly
run: cargo make -e RPI=4 rpibm
run: |
rustup toolchain install nightly
cargo make -e RPI=4 rpibm

0 comments on commit a800bd8

Please sign in to comment.