generate-tarball: use doas

This commit is contained in:
Antoine Martin 2024-08-15 01:13:08 -04:00
parent 859a293b8e
commit bbcd6d7b94
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -16,7 +16,7 @@ jobs:
CI_PROJECT_NAME: zotero
steps:
- 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
uses: actions/checkout@v4
with:
@ -46,7 +46,7 @@ jobs:
image: alpinelinux/alpine-gitlab-ci:latest
steps:
- name: Environment setup
run: apk add nodejs curl findutils
run: doas apk add nodejs curl findutils
- name: Package download
uses: forgejo/download-artifact@v3
- name: Package deployment