CI: switch opensuse workflows to simple script
This commit is contained in:
parent
7b5a2ad68c
commit
4499d7590d
4
.github/workflows/nightly-opensuse-qt6.yml
vendored
4
.github/workflows/nightly-opensuse-qt6.yml
vendored
@ -29,5 +29,5 @@ jobs:
|
||||
shell: bash
|
||||
run: ./ci/deps-opensuse-qt6.sh
|
||||
- name: "build"
|
||||
id: build
|
||||
uses: calamares/actions/generic-build@v4
|
||||
shell: bash
|
||||
run: ./ci/build.sh
|
||||
|
4
.github/workflows/nightly-opensuse.yml
vendored
4
.github/workflows/nightly-opensuse.yml
vendored
@ -28,5 +28,5 @@ jobs:
|
||||
shell: bash
|
||||
run: ./ci/deps-opensuse.sh
|
||||
- name: "build"
|
||||
id: build
|
||||
uses: calamares/actions/generic-build@v4
|
||||
shell: bash
|
||||
run: ./ci/build.sh
|
||||
|
Loading…
Reference in New Issue
Block a user