CI: fix broken path, swap push to use shell script for dependencies
This commit is contained in:
parent
1efb12e332
commit
a62f060fdd
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
|
||||
./.github/workflows/nightly-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
@ -25,7 +25,7 @@ jobs:
|
||||
- name: "install dependencies"
|
||||
shell: bash
|
||||
run: |
|
||||
./github/workflows/nightly-opensuse-qt6.sh
|
||||
./.github/workflows/nightly-opensuse-qt6.sh
|
||||
- name: "build"
|
||||
id: build
|
||||
uses: calamares/actions/generic-build@v4
|
||||
|
8
.github/workflows/push.yml
vendored
8
.github/workflows/push.yml
vendored
@ -18,7 +18,7 @@ env:
|
||||
CMAKE_ARGS: |
|
||||
-DWEBVIEW_FORCE_WEBKIT=1
|
||||
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
|
||||
-DWITH_PYTHONQT=OFF"
|
||||
-DWITH_PYTHONQT=OFF
|
||||
-DCMAKE_BUILD_TYPE=Debug
|
||||
|
||||
jobs:
|
||||
@ -28,10 +28,12 @@ jobs:
|
||||
image: docker://kdeneon/plasma:user
|
||||
options: --tmpfs /build:rw --user 0:0
|
||||
steps:
|
||||
- name: "prepare env"
|
||||
uses: calamares/actions/prepare-neon@v4
|
||||
- name: "prepare source"
|
||||
uses: calamares/actions/generic-checkout@330c45ae1eb6efad4ad75a6dd887c3c5d5fe1590
|
||||
- name: "install dependencies"
|
||||
shell: bash
|
||||
run: |
|
||||
./.github/workflows/nightly-neon.sh
|
||||
- name: "build"
|
||||
id: build
|
||||
uses: calamares/actions/generic-build@v4
|
||||
|
Loading…
Reference in New Issue
Block a user