From 61fb642a6722c502b91ef9fcd79b8ffa660d0376 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Tue, 22 Apr 2025 09:12:37 +0200 Subject: [PATCH] Specify Qt version instead. --- .github/workflows/build.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6381438f01..26132c20f0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -158,12 +158,12 @@ jobs: args: ./b.sh --libretro_android ppsspp_libretro id: android-libretro - # - os: ubuntu-latest - # extra: qt - # cc: gcc - # cxx: g++ - # args: ./b.sh --qt - # id: qt + - os: ubuntu-latest + extra: qt + cc: gcc + cxx: g++ + args: ./b.sh --qt + id: qt - os: ubuntu-latest extra: libretro cc: gcc @@ -207,6 +207,7 @@ jobs: if: matrix.extra == 'qt' with: cache: true + version: 5.15.2 - uses: nttld/setup-ndk@v1 if: matrix.extra == 'android'