Fix toolchain caching

This commit is contained in:
lcdr
2020-07-10 18:00:26 +02:00
parent cacb31f053
commit 4668e2aa62
+2 -2
View File
@@ -14,8 +14,8 @@ jobs:
uses: actions/cache@v2
with:
path: |
~/.rustup
key: toolchain-${{ hashFiles('rust-toolchain') }}
~/.rustup/toolchains
key: toolchain-test-${{ hashFiles('rust-toolchain') }}
- name: Install nightly toolchain
uses: actions-rs/toolchain@v1