mirror of
https://github.com/kr15h/ofxPiMapper.git
synced 2026-06-16 12:31:49 +02:00
Fix curl call
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user