diff --git a/.github/workflows/client.yml b/.github/workflows/client.yml index 9b6ad30..af719dc 100644 --- a/.github/workflows/client.yml +++ b/.github/workflows/client.yml @@ -54,11 +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 'https://dlcdn.apache.org/thrift/0.21.0/thrift-0.21.0.exe' + curl -o thrift.exe --output-dir '${{ runner.tool_cache }}' 'https://dlcdn.apache.org/thrift/0.21.0/thrift-0.21.0.exe' - name: Generate env: - NoDefaultCurrentDirectoryInExePath: ${{ github.workspace }} + NoDefaultCurrentDirectoryInExePath: 1 run: go generate ./... - name: Test