From e5b80a1792de40a4eee3eeacffdfa88c3d79f41e Mon Sep 17 00:00:00 2001 From: Elaphurus <43885619+Lennox-Elaphurus@users.noreply.github.com> Date: Wed, 17 Nov 2021 10:47:50 +0800 Subject: [PATCH] Remove linux64 build and shared build --- .github/workflows/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a66ecc4..ef93cb1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,7 +52,7 @@ jobs: strategy: fail-fast: false matrix: - target: [win64,linux64] + target: [win64] steps: - name: Checkout uses: actions/checkout@v2 @@ -88,8 +88,8 @@ jobs: strategy: fail-fast: false matrix: - target: [win64,linux64] - variant: [gpl,lgpl,gpl 4.4,lgpl 4.4,gpl-shared,lgpl-shared,gpl-shared 4.4,lgpl-shared 4.4] + target: [win64,] + variant: [gpl,lgpl,gpl 4.4,lgpl 4.4] steps: - name: Checkout uses: actions/checkout@v2 @@ -129,8 +129,8 @@ jobs: strategy: fail-fast: false matrix: - target: [win64,linux64] - variant: [gpl,lgpl,gpl 4.4,lgpl 4.4,gpl-shared,lgpl-shared,gpl-shared 4.4,lgpl-shared 4.4] + target: [win64,] + variant: [gpl,lgpl,gpl 4.4,lgpl 4.4,] steps: - name: Checkout uses: actions/checkout@v2