Bump openframeworks version to v0.11.2 in workflows

This commit is contained in:
Krisjanis Rijnieks
2022-07-30 14:50:03 +02:00
parent d855b83397
commit 5c71dbff50
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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}