Skip to content

Commit 8d313d8

Browse files
authored
Update build-linux-nightly.yml
1 parent 4c1b27b commit 8d313d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-linux-nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- cron: "0 6 * * *"
66
jobs:
77
build-linux-platforms:
8-
runs-on: ubuntu-22.04
8+
runs-on: ubuntu-latest
99
if: github.repository == 'openframeworks/openFrameworks' && github.ref == 'refs/heads/master'
1010
strategy:
1111
matrix:
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install libunwind
1919
run: sudo apt-get install libunwind-dev
2020
- name: Install dependencies
21-
run: sudo ./scripts/linux/ubuntu/install_dependencies.sh -y;
21+
run: ./scripts/ci/$TARGET/install.sh;
2222
- name: Download libs
2323
run: ./scripts/linux/download_libs.sh -a ${{matrix.cfg.libs}};
2424
- name: Create Package

0 commit comments

Comments
 (0)