diff --git a/.github/workflows/nightly-neon.yml b/.github/workflows/nightly-neon.yml index c0f7b9c0e..90471c185 100644 --- a/.github/workflows/nightly-neon.yml +++ b/.github/workflows/nightly-neon.yml @@ -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 diff --git a/.github/workflows/nightly-opensuse-qt6.yml b/.github/workflows/nightly-opensuse-qt6.yml index 8a16743c0..d77a7687a 100644 --- a/.github/workflows/nightly-opensuse-qt6.yml +++ b/.github/workflows/nightly-opensuse-qt6.yml @@ -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 diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 798ee4edc..7794a28d5 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -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