From 78895a8c499857fff07141509ace1038c4e370b5 Mon Sep 17 00:00:00 2001 From: BtbN Date: Sat, 1 Jan 2022 22:10:49 +0100 Subject: [PATCH] Disable building new Linux target images until Freedesktop fixes their gitlab --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2f13eb4..4325f74 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -86,7 +86,7 @@ jobs: strategy: fail-fast: false matrix: - target: [win64,linux64] + target: [win64] variant: [gpl,lgpl,gpl 4.4,lgpl 4.4,gpl-shared,lgpl-shared,gpl-shared 4.4,lgpl-shared 4.4] steps: - name: Checkout