Browse Source

Bump openframeworks version to v0.11.2 in workflows

master
Krisjanis Rijnieks 3 years ago
parent
commit
5c71dbff50
  1. 2
      .github/workflows/linux.yml
  2. 2
      .github/workflows/osx.yml
  3. 2
      .github/workflows/windows.yml

2
.github/workflows/linux.yml

@ -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

2
.github/workflows/osx.yml

@ -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

2
.github/workflows/windows.yml

@ -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}

Loading…
Cancel
Save