generate-tarball: use doas
This commit is contained in:
parent
859a293b8e
commit
bbcd6d7b94
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ jobs:
|
||||||
CI_PROJECT_NAME: zotero
|
CI_PROJECT_NAME: zotero
|
||||||
steps:
|
steps:
|
||||||
- name: Environment setup
|
- name: Environment setup
|
||||||
run: apk add nodejs git xz gzip dotnet6-sdk
|
run: doas apk add nodejs git xz gzip dotnet6-sdk
|
||||||
- name: Repo pull
|
- name: Repo pull
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
@ -46,7 +46,7 @@ jobs:
|
||||||
image: alpinelinux/alpine-gitlab-ci:latest
|
image: alpinelinux/alpine-gitlab-ci:latest
|
||||||
steps:
|
steps:
|
||||||
- name: Environment setup
|
- name: Environment setup
|
||||||
run: apk add nodejs curl findutils
|
run: doas apk add nodejs curl findutils
|
||||||
- name: Package download
|
- name: Package download
|
||||||
uses: forgejo/download-artifact@v3
|
uses: forgejo/download-artifact@v3
|
||||||
- name: Package deployment
|
- name: Package deployment
|
||||||
|
|
Loading…
Reference in a new issue