We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72913e4 commit 540fa8aCopy full SHA for 540fa8a
.github/workflows/ci.yml
@@ -42,9 +42,9 @@ jobs:
42
uses: actions/cache@v1
43
with:
44
path: target
45
- key: ${{ runner.os }}-cargo-build-target-${{ CURRENT_RUSTC_VERSION }}-${{ hashFiles('**/Cargo.lock') }}
+ key: ${{ runner.os }}-cargo-build-target-${{ env.CURRENT_RUSTC_VERSION }}-${{ hashFiles('**/Cargo.lock') }}
46
restore-key: |
47
- ${{ runner.os }}-cargo-build-target-${{ CURRENT_RUSTC_VERSION }}-
+ ${{ runner.os }}-cargo-build-target-${{ env.CURRENT_RUSTC_VERSION }}-
48
49
- name: Install PostgreSQL
50
run: |
0 commit comments