CI: move the dependency-scripts to non-GH locations
This commit is contained in:
parent
3637914aea
commit
6f346d635e
2
.github/workflows/nightly-neon.yml
vendored
2
.github/workflows/nightly-neon.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
- name: "install dependencies"
|
||||
shell: bash
|
||||
run: |
|
||||
./.github/workflows/nightly-neon.sh
|
||||
./ci/deps-neon.sh
|
||||
- name: "build"
|
||||
id: build
|
||||
uses: calamares/actions/generic-build@v4
|
||||
|
2
.github/workflows/nightly-opensuse-qt6.yml
vendored
2
.github/workflows/nightly-opensuse-qt6.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
- name: "install dependencies"
|
||||
shell: bash
|
||||
run: |
|
||||
./.github/workflows/nightly-opensuse-qt6.sh
|
||||
./ci/deps-opensuse-qt6.sh
|
||||
- name: "build"
|
||||
id: build
|
||||
uses: calamares/actions/generic-build@v4
|
||||
|
Loading…
Reference in New Issue
Block a user