From f9f4622b288d12400b56850351d903d49348c1fd Mon Sep 17 00:00:00 2001 From: Fijxu Date: Sat, 23 Mar 2024 17:57:35 -0300 Subject: [PATCH] ci: Container options in verify.yml negaetes the options in the runner configuration --- .forgejo/workflows/verify.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/verify.yml b/.forgejo/workflows/verify.yml index e379168033..f175fd08f6 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: