Update .forgejo/workflows/build.yml
This commit is contained in:
parent
bb13ba77d5
commit
054b5d2f6d
1 changed files with 5 additions and 3 deletions
|
@ -24,7 +24,8 @@ jobs:
|
|||
uses: actions/cache/restore@v4
|
||||
with:
|
||||
path: |
|
||||
Beef
|
||||
Beef/IDE
|
||||
Beef/jbuild_d
|
||||
key: BeefRepository
|
||||
|
||||
- name: Pull Beef changes
|
||||
|
@ -33,7 +34,7 @@ jobs:
|
|||
git -C Beef pull
|
||||
|
||||
- name: Clone Beef repository
|
||||
if: steps.restore-beef-repository.outputs.cache-hit != 'true'
|
||||
#if: steps.restore-beef-repository.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
git clone https://code.booklordofthe.dev/Extern/Beef Beef
|
||||
|
||||
|
@ -46,5 +47,6 @@ jobs:
|
|||
uses: actions/cache/save@v4
|
||||
with:
|
||||
path: |
|
||||
Beef
|
||||
Beef/IDE
|
||||
Beef/jbuild_d
|
||||
key: BeefRepository
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue