|
@ -10,6 +10,7 @@ jobs: |
|
|
uses: actions/checkout@v2 |
|
|
uses: actions/checkout@v2 |
|
|
with: |
|
|
with: |
|
|
fetch-depth: 1 |
|
|
fetch-depth: 1 |
|
|
|
|
|
- name: Download openFrameworks and add ofxPiMapper |
|
|
run: mkdir .ofxPiMapper |
|
|
run: mkdir .ofxPiMapper |
|
|
run: mv ./* .ofxPiMapper/ |
|
|
run: mv ./* .ofxPiMapper/ |
|
|
run: wget ${OF_URL} --tries=10 --quiet |
|
|
run: wget ${OF_URL} --tries=10 --quiet |
|
|