Skip to content

Commit

Permalink
Add windows cargo bin to the cache and add rpi version for baremetal
Browse files Browse the repository at this point in the history
  • Loading branch information
alloncm committed Dec 20, 2024
1 parent f23725a commit 00e1548
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 @@ -21,7 +21,8 @@ jobs:
with:
toolchain: stable, nightly
rustflags: ""
cache-directories: /home/runner/.cargo/bin
cache-directories: "/home/runner/.cargo/bin
C:\\Users\\runneradmin\\.cargo\\bin"
- name: install cargo make
run: cargo install cargo-make
- name: Run tests
Expand All @@ -34,4 +35,4 @@ jobs:
- name: Build libretro
run: cargo make libretro_desktop
- name: rpi baremetal
run: cargo make rpibm
run: cargo make -e RPI=4 rpibm

0 comments on commit 00e1548

Please sign in to comment.