mirror of
https://github.com/lcdr/lu_packets.git
synced 2026-04-29 22:49:56 -05:00
Fix toolchain caching
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user