Просмотр исходного кода

Merge branch 'dev' into dev-fork

Fijxu 2 лет назад
Родитель
Сommit
ee2caf179e
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      .forgejo/workflows/verify.yml

+ 2 - 1
.forgejo/workflows/verify.yml

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