Skip to content

Commit

Permalink
Add a missing runtime annotation for CI caching
Browse files Browse the repository at this point in the history
  • Loading branch information
raftario authored and mehcode committed Jul 27, 2020
1 parent 6bca82c commit 1d6a0a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sqlx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-check-${{ hashFiles('**/Cargo.lock') }}
key: ${{ runner.os }}-check-${{ matrix.runtime }}-${{ hashFiles('**/Cargo.lock') }}

- uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 1d6a0a9

Please sign in to comment.