Skip to content

Commit 540fa8a

Browse files
committed
Env?
1 parent 72913e4 commit 540fa8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ jobs:
4242
uses: actions/cache@v1
4343
with:
4444
path: target
45-
key: ${{ runner.os }}-cargo-build-target-${{ CURRENT_RUSTC_VERSION }}-${{ hashFiles('**/Cargo.lock') }}
45+
key: ${{ runner.os }}-cargo-build-target-${{ env.CURRENT_RUSTC_VERSION }}-${{ hashFiles('**/Cargo.lock') }}
4646
restore-key: |
47-
${{ runner.os }}-cargo-build-target-${{ CURRENT_RUSTC_VERSION }}-
47+
${{ runner.os }}-cargo-build-target-${{ env.CURRENT_RUSTC_VERSION }}-
4848
4949
- name: Install PostgreSQL
5050
run: |

0 commit comments

Comments
 (0)