Update .forgejo/workflows/build.yml

This commit is contained in:
Booklordofthedings 2024-09-12 08:23:42 +02:00
parent bb13ba77d5
commit 054b5d2f6d

View file

@ -24,7 +24,8 @@ jobs:
uses: actions/cache/restore@v4 uses: actions/cache/restore@v4
with: with:
path: | path: |
Beef Beef/IDE
Beef/jbuild_d
key: BeefRepository key: BeefRepository
- name: Pull Beef changes - name: Pull Beef changes
@ -33,7 +34,7 @@ jobs:
git -C Beef pull git -C Beef pull
- name: Clone Beef repository - name: Clone Beef repository
if: steps.restore-beef-repository.outputs.cache-hit != 'true' #if: steps.restore-beef-repository.outputs.cache-hit != 'true'
run: | run: |
git clone https://code.booklordofthe.dev/Extern/Beef Beef git clone https://code.booklordofthe.dev/Extern/Beef Beef
@ -46,5 +47,6 @@ jobs:
uses: actions/cache/save@v4 uses: actions/cache/save@v4
with: with:
path: | path: |
Beef Beef/IDE
Beef/jbuild_d
key: BeefRepository key: BeefRepository