Skip to content

Commit bbfd761

Browse files
authored
Update manual-nightly.yml
1 parent 8d313d8 commit bbfd761

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/manual-nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: manual-nightly
33
on: workflow_dispatch
44
jobs:
55
manual-nightly:
6-
runs-on: ubuntu-22.04
6+
runs-on: ubuntu-latest
77
strategy:
88
matrix:
99
cfg:
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install libunwind
1616
run: sudo apt-get install libunwind-dev
1717
- name: Install dependencies
18-
run: sudo ./scripts/linux/ubuntu/install_dependencies.sh -y;
18+
run: ./scripts/ci/$TARGET/install.sh;
1919
- name: Download libs
2020
run: ./scripts/linux/download_libs.sh -a ${{matrix.cfg.libs}};
2121
- name: Create Package

0 commit comments

Comments
 (0)