Merge pull request #24 from corwinkuiper/actions-cache

fix the cache to use agb/target
This commit is contained in:
Corwin 2021-04-28 19:35:00 +01:00 committed by GitHub
commit d101790669
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ jobs:
- name: Nightly rust with required components - name: Nightly rust with required components
uses: actions-rs/toolchain@v1 uses: actions-rs/toolchain@v1
with: with:
toolchain: nightly toolchain: nightly-2021-04-20
components: clippy, rust-src components: clippy, rust-src
override: true override: true
@ -35,7 +35,7 @@ jobs:
path: | path: |
~/.cargo/registry ~/.cargo/registry
~/.cargo/git ~/.cargo/git
target agb/target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}-${{ steps.rust_install.outputs.rustc_hash }} key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}-${{ steps.rust_install.outputs.rustc_hash }}
- name: install mgba-test-runner - name: install mgba-test-runner