ci: Container options in verify.yml negaetes the options in the runner configuration
suyu-ci / Check REUSE Specification (push) Failing after 12s Details
codespell / Check for spelling errors (push) Successful in 11s Details
suyu verify / Verify Format (push) Successful in 1m25s Details
suyu verify / test build (linux-fresh, clang) (push) Has been cancelled Details
suyu verify / test build (linux-fresh, linux) (push) Has been cancelled Details
suyu verify / test build (linux-mingw, windows) (push) Has been cancelled Details
suyu verify / android (push) Has been cancelled Details

This commit is contained in:
Fijxu 2024-03-23 17:57:35 -03:00
parent 649a90ff40
commit a7fd09e27f
Signed by: Fijxu
GPG Key ID: 32C1DDF333EDA6A4
1 changed files with 4 additions and 5 deletions

View File

@ -20,8 +20,7 @@ jobs:
format:
name: 'Verify Format'
runs-on: ubuntu-latest
container:
image: fijxu/build-environments:linux-clang-format
container: fijxu/build-environments:linux-clang-format
steps:
- uses: https://code.forgejo.org/actions/checkout@v3
with:
@ -47,9 +46,9 @@ jobs:
image: linux-fresh
- type: windows
image: linux-mingw
container:
image: fijxu/build-environments:${{ matrix.image }}
options: -u 1001
container: fijxu/build-environments:${{ matrix.image }}
# User 1001 doesn't exists on the images.
# options: -u 1001
steps:
- uses: https://code.forgejo.org/actions/checkout@v3
with: