mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-04-20 07:56:05 -04:00
Explicitly depend on v2.1.4 as the rolling tag is not yet updated
See: https://github.com/actions/cache/issues/528
This commit is contained in:
parent
009e194790
commit
89f023190f
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
|
||||
- name: Cache ~/.cargo/bin directory
|
||||
id: cache-cargo-bin
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v2.1.4
|
||||
with:
|
||||
path: ~/.cargo/bin
|
||||
key: ubuntu-rust-${{ hashFiles('rust-toolchain') }}-cargo-bin-directory-v1
|
||||
@ -60,7 +60,7 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Cache target directory and cargo registry
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v2.1.4
|
||||
with:
|
||||
path: |
|
||||
target
|
||||
@ -112,7 +112,7 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Cache target directory and cargo registry
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v2.1.4
|
||||
with:
|
||||
path: |
|
||||
target
|
||||
|
Loading…
x
Reference in New Issue
Block a user