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 8d313d8 commit bbfd761Copy full SHA for bbfd761
1 file changed
.github/workflows/manual-nightly.yml
@@ -3,7 +3,7 @@ name: manual-nightly
3
on: workflow_dispatch
4
jobs:
5
manual-nightly:
6
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-latest
7
strategy:
8
matrix:
9
cfg:
@@ -15,7 +15,7 @@ jobs:
15
- name: Install libunwind
16
run: sudo apt-get install libunwind-dev
17
- name: Install dependencies
18
- run: sudo ./scripts/linux/ubuntu/install_dependencies.sh -y;
+ run: ./scripts/ci/$TARGET/install.sh;
19
- name: Download libs
20
run: ./scripts/linux/download_libs.sh -a ${{matrix.cfg.libs}};
21
- name: Create Package
0 commit comments