Skip to content

Commit

Permalink
added curl to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
maniospas committed Nov 23, 2024
1 parent b1a5d50 commit c7eace0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Install dependencies
run: |
./vcpkg/vcpkg install crow civetweb zlib --triplet=${{ matrix.triplet }}
./vcpkg/vcpkg install crow civetweb zlib curl[ssl] --triplet=${{ matrix.triplet }}
- name: Configure and build
run: |
Expand Down

0 comments on commit c7eace0

Please sign in to comment.