소스 검색

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: