Skip to content

Commit

Permalink
Lin-x64 uses wget, not curl
Browse files Browse the repository at this point in the history
  • Loading branch information
danngreen authored Nov 6, 2023
1 parent 7cbf231 commit e1a0eff
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/run_vcv_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,8 @@ jobs:

- name: Get Rack-SDK
run: |
pushd $HOME
curl -o Rack-SDK.zip https://vcvrack.com/downloads/Rack-SDK-${{ env.rack-sdk-version }}-lin-x64.zip
unzip Rack-SDK.zip
wget https://vcvrack.com/downloads/Rack-SDK-${{ env.rack-sdk-version }}-lin-x64.zip
unzip Rack-SDK-${{ env.rack-sdk-version }}-lin-x64.zip
- name: Build and run tests
run: |
Expand Down

0 comments on commit e1a0eff

Please sign in to comment.