diff --git a/.github/workflows/client.yml b/.github/workflows/client.yml index d840944..9b6ad30 100644 --- a/.github/workflows/client.yml +++ b/.github/workflows/client.yml @@ -54,9 +54,11 @@ jobs: go install github.com/akavel/rsrc@latest go install github.com/minio/minio@latest go install github.com/minio/mc@latest - curl -o thrift.exe --output-dir '${{ runner.tool_cache }}' 'https://dlcdn.apache.org/thrift/0.21.0/thrift-0.21.0.exe' + curl -o thrift.exe 'https://dlcdn.apache.org/thrift/0.21.0/thrift-0.21.0.exe' - name: Generate + env: + NoDefaultCurrentDirectoryInExePath: ${{ github.workspace }} run: go generate ./... - name: Test