Update .forgejo/workflows/build.yml

This commit is contained in:
Booklordofthedings 2024-09-12 00:34:55 +02:00
parent 6956c56b50
commit bb13ba77d5

View file

@ -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: |