Browse Source

Add curl output to file and strip ls arguments in windows workflow

master
Krisjanis Rijnieks 5 years ago
parent
commit
dc37169a99
  1. 4
      .github/workflows/windows.yml

4
.github/workflows/windows.yml

@ -13,5 +13,5 @@ jobs:
- run: mkdir ../.ofxPiMapper
- run: cp ./* ../.ofxPiMapper/
- run: curl --help
- run: curl --location --progress-bar https://openframeworks.cc/versions/v0.11.0/of_v0.11.0_msys264_release.zip
- run: pwd && ls -al
- run: curl --location --progress-bar --output openFrameworks.zip https://openframeworks.cc/versions/v0.11.0/of_v0.11.0_msys264_release.zip
- run: pwd && ls

Loading…
Cancel
Save