From 09761e2556e045cd299d30e94d39aeb17b7529ff Mon Sep 17 00:00:00 2001 From: toofar Date: Tue, 14 Mar 2023 11:06:24 +1300 Subject: CI: generate archlinux-webengine-qt6 docker image I'm not 100% sure we need this. But there is an existing test matrix that I want to active for now. We can review all the configuration later I guess? --- .github/workflows/docker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 91003fd08..8dba7e8b1 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -15,6 +15,7 @@ jobs: - archlinux-webkit - archlinux-webengine - archlinux-webengine-unstable + - archlinux-webengine-qt6 steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 -- cgit v1.2.3-54-g00ecf