Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pyushkevich authored Oct 2, 2024
1 parent f6a9016 commit fa47242
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,12 @@ jobs:
with:
brew: curl
apt: libcurl4-openssl-dev
choco: curl
# choco: curl

# Install curl on Windows
- name: Install libcurl on Windows
uses: johnwason/vcpkg-action@v6
if: ${{ runner.os == 'Windows' }}
with:
pkgs: curl
triplet: x64-windows-release
Expand Down

0 comments on commit fa47242

Please sign in to comment.