From 4e6aef0e549a2c5c24111025795f736514ca34dc Mon Sep 17 00:00:00 2001 From: BagelSketches <112355083+BagelSketches@users.noreply.github.com> Date: Fri, 4 Jul 2025 11:52:48 +1000 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 19065553..696d470f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,6 +66,8 @@ jobs: uses: jurplel/install-qt-action@v4 with: cache: 'true' + arch: ${{ matrix.vc-arch }} + - name: Install Linux dependencies (apt-get) if: ${{ matrix.linux }}