Fix curl call

This commit is contained in:
Krisjanis Rijnieks
2020-11-16 22:00:41 +02:00
parent f4b0a337bd
commit e6b6902aab
+1 -1
View File
@@ -21,5 +21,5 @@ jobs:
- name: Download and unzip openFrameworks
run: |
curl --help
curl --location --progress-bar openFrameworks.zip $Env:OF_URL
curl --location --progress-bar --output openFrameworks.zip $Env:OF_URL
unzip openFrameworks.zip