mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-23 02:15:44 -05:00
CI: install opensuse-qt6 deps before building with qt6
This commit is contained in:
parent
b950f0f6d4
commit
922b8aaaec
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nightly-opensuse.yml
vendored
2
.github/workflows/nightly-opensuse.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
|||
uses: calamares/actions/generic-checkout@v5
|
||||
- name: "install dependencies"
|
||||
shell: bash
|
||||
run: ./ci/deps-opensuse.sh
|
||||
run: ./ci/deps-opensuse-qt6.sh
|
||||
- name: "build"
|
||||
shell: bash
|
||||
run: ./ci/build.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue