From 4499d7590d59886c55c987ad2850bd67288facf3 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Thu, 28 Sep 2023 22:14:31 +0200 Subject: [PATCH] CI: switch opensuse workflows to simple script --- .github/workflows/nightly-opensuse-qt6.yml | 4 ++-- .github/workflows/nightly-opensuse.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nightly-opensuse-qt6.yml b/.github/workflows/nightly-opensuse-qt6.yml index 9ba2ad895..cd286d5db 100644 --- a/.github/workflows/nightly-opensuse-qt6.yml +++ b/.github/workflows/nightly-opensuse-qt6.yml @@ -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 diff --git a/.github/workflows/nightly-opensuse.yml b/.github/workflows/nightly-opensuse.yml index 538425c14..f71a2ba53 100644 --- a/.github/workflows/nightly-opensuse.yml +++ b/.github/workflows/nightly-opensuse.yml @@ -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