Skip to content

Commit

Permalink
cmake: try to fix Windows workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
deniskovalchuk committed Nov 24, 2024
1 parent 8aed321 commit f4ae801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
shell: powershell
run: |
mkdir -p build
cmake -S . -B build -DBoost_USE_STATIC_LIBS=ON -DCMAKE_PREFIX_PATH="$env:BOOST_ROOT"
cmake -S . -B build -DBoost_USE_STATIC_LIBS=ON -DBoost_DIR="$env:BOOST_ROOT\stage\lib\cmake\Boost-1.83.0"
cmake --build build --config Release
- name: Test libftp
Expand Down

0 comments on commit f4ae801

Please sign in to comment.