From 4bef0f94d9cfdcb704e6b6eecdf90978ffdc3307 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Grill?= Date: Wed, 16 Oct 2024 08:55:24 +0200 Subject: [PATCH] again --- .github/workflows/client.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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