Update .forgejo/workflows/build.yml
This commit is contained in:
parent
6956c56b50
commit
bb13ba77d5
1 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@ jobs:
|
||||||
./llvm.sh 18
|
./llvm.sh 18
|
||||||
|
|
||||||
- name: Restore Beef repository
|
- name: Restore Beef repository
|
||||||
id: cache-primes-restore
|
id: beef-repo-restore
|
||||||
uses: actions/cache/restore@v4
|
uses: actions/cache/restore@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
|
@ -28,7 +28,7 @@ jobs:
|
||||||
key: BeefRepository
|
key: BeefRepository
|
||||||
|
|
||||||
- name: Pull Beef changes
|
- name: Pull Beef changes
|
||||||
if: steps.restore-beef-repository.outputs.cache-hit == 'true'
|
if: steps.beef-repo-restore.outputs.cache-hit == 'true'
|
||||||
run: |
|
run: |
|
||||||
git -C Beef pull
|
git -C Beef pull
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@ jobs:
|
||||||
Beef/bin/build.sh
|
Beef/bin/build.sh
|
||||||
|
|
||||||
- name: Cache repository
|
- name: Cache repository
|
||||||
id: cache-primes-save
|
id: beef-repo-save
|
||||||
uses: actions/cache/save@v4
|
uses: actions/cache/save@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue