From 90fefa9382ef3705f8c0456673a4dcc2c030128b Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Tue, 5 Sep 2023 16:01:06 +0200 Subject: [PATCH] CI: repair name of Qt6 nightly --- .github/workflows/nightly-neon-qt6.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly-neon-qt6.yml b/.github/workflows/nightly-neon-qt6.yml index 97ca96806..7f7b6bf9c 100644 --- a/.github/workflows/nightly-neon-qt6.yml +++ b/.github/workflows/nightly-neon-qt6.yml @@ -1,4 +1,4 @@ -name: nightly-neon +name: nightly-neon-qt6 on: schedule: @@ -17,7 +17,7 @@ jobs: build: runs-on: ubuntu-latest container: - image: docker://kdeneon/plasma:user + image: docker://kdeneon/plasma:unstable options: --tmpfs /build:rw --user 0:0 steps: - name: "prepare env"