.forgejo: do not use doas
This commit is contained in:
parent
1ecffe6156
commit
34081e02d8
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue