From f6a901616d887d255b025a1eec1475f81b12f727 Mon Sep 17 00:00:00 2001 From: Paul Yushkevich Date: Wed, 2 Oct 2024 14:17:08 -0400 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6459ceba..ca511568 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -63,6 +63,19 @@ jobs: apt: libcurl4-openssl-dev choco: curl + # Install curl on Windows + - name: Install libcurl on Windows + uses: johnwason/vcpkg-action@v6 + with: + pkgs: curl + triplet: x64-windows-release + token: ${{ github.token }} + github-binarycache: false + + - name: Setup tmate session 0 + uses: mxschmitt/action-tmate@v3 + if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }} + # Install Qt - name: Install Qt on Ubuntu uses: jurplel/install-qt-action@v4