forked from ShuriZma/suyu
1
0
Fork 0

Merge branch 'dev' into dev-fork

This commit is contained in:
Fijxu 2024-03-23 21:58:00 +01:00
commit ee2caf179e
1 changed files with 2 additions and 1 deletions

View File

@ -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: