mirror of
https://github.com/kr15h/ofxPiMapper.git
synced 2026-06-16 12:31:49 +02:00
Fix syntax error in ubuntu workflow
This commit is contained in:
@@ -47,10 +47,10 @@ jobs:
|
||||
run: mv addons.make.norpi addons.make && make
|
||||
- name: Install ofxJSON dependency
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 1
|
||||
repository: jeffcrouse/ofxJSON
|
||||
path: openFrameworks/addons/
|
||||
with:
|
||||
fetch-depth: 1
|
||||
repository: jeffcrouse/ofxJSON
|
||||
path: openFrameworks/addons/
|
||||
- name: Compile example_remote-client
|
||||
working-directory: ./openFrameworks/addons/ofxPiMapper/example_remote-client
|
||||
run: mv addons.make.norpi addons.make && make
|
||||
|
||||
Reference in New Issue
Block a user