.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
|
- name: Environment setup
|
||||||
run: |
|
run: |
|
||||||
echo https://dl-cdn.alpinelinux.org/alpine/edge/community >> /etc/apk/repositories
|
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
|
- name: Repo pull
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue