Update .forgejo/workflows/test.yaml
Some checks failed
AUR Publish / build-and-publish (push) Failing after 1m32s
Some checks failed
AUR Publish / build-and-publish (push) Failing after 1m32s
This commit is contained in:
parent
6f2676baab
commit
08bd4dadc7
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ jobs:
|
|||
runs-on: docker
|
||||
container:
|
||||
image: archlinux:base-devel
|
||||
options: --privileged --net=host --cap-add SYS_ADMIN
|
||||
options: --privileged --net=host --cap-add SYS_ADMIN --volume /etc/machine-id:/etc/machine-id:ro
|
||||
env:
|
||||
PKGDEST: ./build
|
||||
|
||||
|
|
Loading…
Reference in a new issue