forked from ShuriZma/suyu
ci: Container options in verify.yml negaetes the options in the runner configuration
This commit is contained in:
parent
649a90ff40
commit
f9f4622b28
|
@ -49,7 +49,8 @@ jobs:
|
||||||
image: linux-mingw
|
image: linux-mingw
|
||||||
container:
|
container:
|
||||||
image: fijxu/build-environments:${{ matrix.image }}
|
image: fijxu/build-environments:${{ matrix.image }}
|
||||||
options: -u 1001
|
# User 1001 doesn't exists on the images.
|
||||||
|
# options: -u 1001
|
||||||
steps:
|
steps:
|
||||||
- uses: https://code.forgejo.org/actions/checkout@v3
|
- uses: https://code.forgejo.org/actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue