We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c1b27b commit 8d313d8Copy full SHA for 8d313d8
1 file changed
.github/workflows/build-linux-nightly.yml
@@ -5,7 +5,7 @@ on:
5
- cron: "0 6 * * *"
6
jobs:
7
build-linux-platforms:
8
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-latest
9
if: github.repository == 'openframeworks/openFrameworks' && github.ref == 'refs/heads/master'
10
strategy:
11
matrix:
@@ -18,7 +18,7 @@ jobs:
18
- name: Install libunwind
19
run: sudo apt-get install libunwind-dev
20
- name: Install dependencies
21
- run: sudo ./scripts/linux/ubuntu/install_dependencies.sh -y;
+ run: ./scripts/ci/$TARGET/install.sh;
22
- name: Download libs
23
run: ./scripts/linux/download_libs.sh -a ${{matrix.cfg.libs}};
24
- name: Create Package
0 commit comments