From de48f169a45e8260374473907ae4cc7c22f92404 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20R=C3=A4nnare?= Date: Mon, 7 Dec 2020 09:36:37 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 782e2624..f7cdd13d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,15 +16,6 @@ jobs: - Windows 2019 MSVC win64 - Windows 2019 MSVC win64 +static include: - - name: Ubuntu 18.04 GCC+libcurl-gnutls - os: ubuntu-18.04 - artifact-name: x86_64-linux-gnu - - - name: Ubuntu 18.04 GCC+libcurl-gnutls +static - os: ubuntu-18.04 - cmake-args: -DBUILD_SHARED_LIBS=OFF - artifact-name: x86_64-linux-gnu+static - - name: Windows 2019 MSVC win32 os: windows-2019 cmake-args: -A Win32 @@ -44,16 +35,6 @@ jobs: os: windows-2019 cmake-args: -A x64 -DBUILD_SHARED_LIBS=OFF artifact-name: x86_64-windows-msvc+static - - - name: macOS 10.15 Clang - os: macOS-latest - artifact-name: x86_64-apple-darwin - - - name: macOS 10.15 Clang +static - os: macOS-latest - cmake-args: -DBUILD_SHARED_LIBS=OFF - artifact-name: x86_64-apple-darwin+static - runs-on: ${{ matrix.os }} steps: