From f88ea0bb1e706d7f595d9fa8327aa7c7a5d7acdf Mon Sep 17 00:00:00 2001 From: David Marby Date: Fri, 18 Feb 2022 18:26:26 +0100 Subject: [PATCH] Explicitly set libcurl-release --- .github/workflows/build-and-release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-and-release.yaml b/.github/workflows/build-and-release.yaml index 117486c7..e544f648 100644 --- a/.github/workflows/build-and-release.yaml +++ b/.github/workflows/build-and-release.yaml @@ -37,9 +37,11 @@ jobs: - os: macos-11 node: 16 node-libcurl-cpp-std: c++17 + libcurl-release: 7.79.1 - os: ubuntu-18.04 node: 16 node-libcurl-cpp-std: c++17 + libcurl-release: 7.79.1 env: LIBCURL_RELEASE: ${{ matrix.libcurl-release }}