From 21fc24879983e83afbed719791f3e7fe444254a1 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 30 Jan 2021 21:32:37 +0100 Subject: [PATCH] Use GTK 3 by default Don't require defining gtk_version for all matrix elements neither. --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f166979c87..c84ab5abec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,11 +25,10 @@ jobs: - name: wxGTK Ubuntu 20.04 with ASAN runner: ubuntu-20.04 configure_flags: --disable-compat30 --disable-sys-libs --with-libcurl - gtk_version: 3 skip_samples: true use_asan: true env: - wxGTK_VERSION: ${{ matrix.gtk_version }} + wxGTK_VERSION: ${{ matrix.gtk_version && matrix.gtk_version || 3 }} wxCONFIGURE_FLAGS: ${{ matrix.configure_flags }} wxUSE_ASAN: ${{ matrix.use_asan && 1 || 0 }}