Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
alloncm committed Dec 20, 2024
1 parent 935b72f commit bcfdca6
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable, fnightly
rustflags: ""
cache-directories: /home/runner/.cargo/bin
- name: install cargo make
Expand All @@ -32,12 +33,5 @@ jobs:
run: cargo make sdl
- name: Build libretro
run: cargo make libretro_desktop

- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: nightly
rustflags: ""
cache-directories: /home/runner/.cargo/bin
target: armv7a-none-eabihf
- name: rpi baremetal
run: cargo make rpibm

0 comments on commit bcfdca6

Please sign in to comment.