From 00e15489e3e67ba053fef21b64990966fb7c3814 Mon Sep 17 00:00:00 2001 From: alloncm Date: Fri, 20 Dec 2024 14:44:48 +0200 Subject: [PATCH] Add windows cargo bin to the cache and add rpi version for baremetal --- .github/workflows/rust.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index f75d1d18..b0f71b1d 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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 @@ -34,4 +35,4 @@ jobs: - name: Build libretro run: cargo make libretro_desktop - name: rpi baremetal - run: cargo make rpibm \ No newline at end of file + run: cargo make -e RPI=4 rpibm \ No newline at end of file