Skip to content
This repository has been archived by the owner on May 7, 2022. It is now read-only.

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuajbouw authored Nov 2, 2020
1 parent 1e3a425 commit ac727c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
toolchain: stable
override: true
# - uses: actions/cache@v2
with:
path: |
target
key: ${{ runner.os }}-cargo-check-test-stable-${{ hashFiles('**/Cargo.lock') }}
# with:
# path: |
# target
# key: ${{ runner.os }}-cargo-check-test-stable-${{ hashFiles('**/Cargo.lock') }}
# Note: These are my own runners, it has all prerequisites already.
# - name: Install prerequisites
# run: sudo apt-get install --no-install-recommends libasound2-dev libudev-dev python
Expand Down

0 comments on commit ac727c1

Please sign in to comment.