mirror of
https://github.com/kr15h/ofxPiMapper.git
synced 2026-06-16 12:31:49 +02:00
Bump openframeworks version to v0.11.2 in workflows
This commit is contained in:
@@ -7,7 +7,7 @@ jobs:
|
||||
compile:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
OF_URL: https://openframeworks.cc/versions/v0.11.0/of_v0.11.0_linux64gcc6_release.tar.gz
|
||||
OF_URL: https://github.com/openframeworks/openFrameworks/releases/download/0.11.2/of_v0.11.2_linux64gcc6_release.tar.gz
|
||||
steps:
|
||||
- name: Fetch ofxPiMapper
|
||||
uses: actions/checkout@v2
|
||||
|
||||
@@ -7,7 +7,7 @@ jobs:
|
||||
compile:
|
||||
runs-on: macos-latest
|
||||
env:
|
||||
OF_URL: https://openframeworks.cc/versions/v0.11.0/of_v0.11.0_osx_release.zip
|
||||
OF_URL: https://github.com/openframeworks/openFrameworks/releases/download/0.11.2/of_v0.11.2_osx_release.zip
|
||||
steps:
|
||||
- name: Fetch ofxPiMapper
|
||||
uses: actions/checkout@v2
|
||||
|
||||
@@ -7,7 +7,7 @@ jobs:
|
||||
compile:
|
||||
runs-on: windows-latest
|
||||
env:
|
||||
OF_URL: https://openframeworks.cc/versions/v0.11.0/of_v0.11.0_msys264_release.zip
|
||||
OF_URL: https://github.com/openframeworks/openFrameworks/releases/download/0.11.2/of_v0.11.2_msys2_mingw64_release.zip
|
||||
defaults:
|
||||
run:
|
||||
shell: msys2 {0}
|
||||
|
||||
Reference in New Issue
Block a user