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
|
||||
|
||||
- name: Restore Beef repository
|
||||
id: cache-primes-restore
|
||||
id: beef-repo-restore
|
||||
uses: actions/cache/restore@v4
|
||||
with:
|
||||
path: |
|
||||
|
@ -28,7 +28,7 @@ jobs:
|
|||
key: BeefRepository
|
||||
|
||||
- name: Pull Beef changes
|
||||
if: steps.restore-beef-repository.outputs.cache-hit == 'true'
|
||||
if: steps.beef-repo-restore.outputs.cache-hit == 'true'
|
||||
run: |
|
||||
git -C Beef pull
|
||||
|
||||
|
@ -42,7 +42,7 @@ jobs:
|
|||
Beef/bin/build.sh
|
||||
|
||||
- name: Cache repository
|
||||
id: cache-primes-save
|
||||
id: beef-repo-save
|
||||
uses: actions/cache/save@v4
|
||||
with:
|
||||
path: |
|
||||
|
|
Loading…
Add table
Reference in a new issue