Browse Source

Use curl instead of wget to download archive

master
Krisjanis Rijnieks 5 years ago
parent
commit
d3db0d97e9
  1. 2
      .github/workflows/windows.yml

2
.github/workflows/windows.yml

@ -11,5 +11,5 @@ jobs:
fetch-depth: 1
- run: mkdir ../.ofxPiMapper
- run: cp ./* ../.ofxPiMapper/
- run: wget ${OF_URL} --tries=10 --quiet
- run: curl -o openFrameworks.tar.gz ${OF_URL}
- run: pwd && ls -al

Loading…
Cancel
Save