forked from suyu/suyu
ci: Container options in verify.yml negaetes the options in the runner configuration
This commit is contained in:
parent
649a90ff40
commit
a7fd09e27f
1 changed files with 4 additions and 5 deletions
|
@ -20,8 +20,7 @@ jobs:
|
||||||
format:
|
format:
|
||||||
name: 'Verify Format'
|
name: 'Verify Format'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container: fijxu/build-environments:linux-clang-format
|
||||||
image: fijxu/build-environments:linux-clang-format
|
|
||||||
steps:
|
steps:
|
||||||
- uses: https://code.forgejo.org/actions/checkout@v3
|
- uses: https://code.forgejo.org/actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
@ -47,9 +46,9 @@ jobs:
|
||||||
image: linux-fresh
|
image: linux-fresh
|
||||||
- type: windows
|
- type: windows
|
||||||
image: linux-mingw
|
image: linux-mingw
|
||||||
container:
|
container: fijxu/build-environments:${{ matrix.image }}
|
||||||
image: fijxu/build-environments:${{ matrix.image }}
|
# User 1001 doesn't exists on the images.
|
||||||
options: -u 1001
|
# 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 a new issue