Skip to content

Commit

Permalink
attempt with curl
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsgrill committed Oct 16, 2024
1 parent 2095158 commit bd999b3
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,12 @@ jobs:
with:
go-version: '1.23'

- name: Download thrift
uses: 'joncloud/download-install-action@main'
with:
checksum-url: 'https://www.apache.org/dist/thrift/0.21.0/thrift-0.21.0.exe.sha256'
checksum-entry: 'thrift-0.21.0.exe'
download-url: 'https://dlcdn.apache.org/thrift/0.21.0/thrift-0.21.0.exe'
target-path: '${{ env.GOBIN }}\thrift.exe'

- name: Get tools
run: |
go install github.com/akavel/rsrc@latest
go install github.com/minio/minio@latest
go install github.com/minio/mc@latest
curl -o '${{ env.GOBIN }}\thrift.exe' 'https://dlcdn.apache.org/thrift/0.21.0/thrift-0.21.0.exe'
- name: Test
run: go test -v ./...
Expand Down

0 comments on commit bd999b3

Please sign in to comment.