Fixed CI
This commit is contained in:
parent
ab52533587
commit
7e46e7a112
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
@ -129,7 +129,7 @@ jobs:
|
||||||
git clone https://github.com/MoneroOcean/xmrig.git .
|
git clone https://github.com/MoneroOcean/xmrig.git .
|
||||||
git checkout $GITHUB_REF_NAME
|
git checkout $GITHUB_REF_NAME
|
||||||
- name: Create cache for artifacts
|
- name: Create cache for artifacts
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v1
|
||||||
with:
|
with:
|
||||||
path: artifacts
|
path: artifacts
|
||||||
key: artifacts-key
|
key: artifacts-key
|
||||||
|
@ -149,7 +149,7 @@ jobs:
|
||||||
- build_lin_ub12
|
- build_lin_ub12
|
||||||
steps:
|
steps:
|
||||||
- name: Restore cached artifacts
|
- name: Restore cached artifacts
|
||||||
uses: actions/cache/restore@v4
|
uses: actions/cache/restore@v1
|
||||||
with:
|
with:
|
||||||
path: artifacts
|
path: artifacts
|
||||||
key: artifacts-key
|
key: artifacts-key
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue