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
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue