ci: Fix syntax

This commit is contained in:
Florian Bruhin 2023-03-14 12:10:45 +01:00
parent 72692f1580
commit 9fdd737966
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v3
with:
# FIXME:qt6 remove again once merged
ref: ${{ matrix.image == "archlinux-webengine-qt6" && "qt6-v2" || "" }}
ref: ${{ matrix.image == 'archlinux-webengine-qt6' && 'qt6-v2' || '' }}
- uses: actions/setup-python@v4
with:
python-version: '3.x'