Skip to content

Commit

Permalink
Fix Windows CURL
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredWhiteOne committed Sep 9, 2024
1 parent a478966 commit 5bd19fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dolphin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
include:
- build_type: Test
artifact_name: windows-test
build_config: -G "Ninja" -DCMAKE_BUILD_TYPE="Release"
build_config: -G "Ninja" -DCMAKE_BUILD_TYPE="Release" -DCURL_LIBRARY="C:/ProgramData/chocolatey/lib/curl/tools/lib" -DCURL_INCLUDE_DIR="C:/ProgramData/chocolatey/lib/curl/tools/include"
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 5bd19fe

Please sign in to comment.