attempt fix
This commit is contained in:
parent
33c2e64332
commit
99979aa2c3
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- run: doas apk add nodejs git patch
|
- run: doas apk add nodejs git patch
|
||||||
- run: doas wget -P /etc/apk/keys 'https://ayakael.net/pkgs/apk/raw/branch/edge/antoine.martin@protonmail.com-5b3109ad.rsa.pub'
|
- run: doas wget -P /etc/apk/keys 'https://ayakael.net/pkgs/apk/raw/branch/edge/antoine.martin@protonmail.com-5b3109ad.rsa.pub'
|
||||||
- uses: actions/checkout@v4
|
- uses: code.forgejo.org/forgejo/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 500
|
fetch-depth: 500
|
||||||
- run: doas patch -d / -p1 -i ${{ github.workspace }}/.forgejo/patches/build.patch
|
- run: doas patch -d / -p1 -i ${{ github.workspace }}/.forgejo/patches/build.patch
|
||||||
|
|
Loading…
Add table
Reference in a new issue