Преглед на файлове

Merge branch 'dev' into dev-fork

Fijxu преди 2 години
родител
ревизия
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
     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: