ci: Container options in verify.yml negaetes the options in the runner configuration

pull/3/head
Fijxu 2024-03-23 17:57:35 +07:00
parent 649a90ff40
commit f9f4622b28
No known key found for this signature in database
GPG Key ID: 32C1DDF333EDA6A4
1 changed files with 2 additions and 1 deletions

@ -49,7 +49,8 @@ jobs:
image: linux-mingw
container:
image: fijxu/build-environments:${{ matrix.image }}
options: -u 1001
# User 1001 doesn't exists on the images.
# options: -u 1001
steps:
- uses: https://code.forgejo.org/actions/checkout@v3
with: