.forgejo: do not use doas

This commit is contained in:
Antoine Martin 2024-08-12 00:08:50 -04:00
parent 1ecffe6156
commit 34081e02d8
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -18,7 +18,7 @@ jobs:
- name: Environment setup
run: |
echo https://dl-cdn.alpinelinux.org/alpine/edge/community >> /etc/apk/repositories
doas apk add nodejs git git-archive-all gzip
apk add nodejs git git-archive-all gzip
- name: Repo pull
uses: actions/checkout@v4
with: