Procházet zdrojové kódy

Merge branch 'dev' into dev-fork

Fijxu před 2 roky
rodič
revize
ee2caf179e
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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: