remove unused environment variable

This commit is contained in:
Corwin Kuiper 2021-05-23 02:25:08 +01:00
parent 9355ef3cc2
commit 373ec3390a

View file

@ -29,7 +29,7 @@ jobs:
~/.cargo/registry ~/.cargo/registry
~/.cargo/git ~/.cargo/git
agb/target agb/target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}-${{ steps.rust_install.outputs.rustc_hash }} key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: install mgba-test-runner - name: install mgba-test-runner
run: cargo install --path mgba-test-runner run: cargo install --path mgba-test-runner