From 9c72e743b80204e263eb4de879bc25414a475a61 Mon Sep 17 00:00:00 2001 From: Olivier Le Doeuff Date: Mon, 19 Aug 2024 23:38:04 +0200 Subject: [PATCH] whatever --- .github/workflows/main.yml | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 225dbf1..81528c9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,23 +15,8 @@ jobs: matrix: os: [ubuntu-latest, macOS-latest, windows-latest] qt-version: ['6.6.2'] - include: - - os: ubuntu-latest - qt-version: '6.6.2' - enable_icons: 'ON' - build_shared: 'ON' - - os: ubuntu-latest - qt-version: '6.6.2' - enable_icons: 'ON' - build_shared: 'OFF' - # - os: ubuntu-latest - # enable_icons: 'OFF' - - os: macOS-latest - qt-version: '6.6.2' - enable_icons: 'ON' - - os: windows-latest - qt-version: '6.6.2' - enable_icons: 'ON' + enable_icons: ['ON', 'OFF'] + build_shared: ['ON', 'OFF'] steps: -