diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 7f45159..6b5d5b7 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -16,7 +16,10 @@ jobs: runs-on: ubuntu-latest container: image: golang + options: --user root steps: + - name: Check out repository code + uses: actions/checkout@v4 - run: ls -la - name: Run go build run: go build \ No newline at end of file