diff --git a/.forgejo/workflows/verify.yml b/.forgejo/workflows/verify.yml index e3791680332aa02efe1e3d08e9f5fec31bd6a51d..f175fd08f6c56f2b3c3c8a988b1765210ec5220d 100644 --- a/.forgejo/workflows/verify.yml +++ b/.forgejo/workflows/verify.yml @@ -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: