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 43cb044 commit 2fcfbb6
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 @@ -49,7 +49,7 @@ jobs:
Boost_INCLUDE_DIR: ${{runner.temp}}\boost_1_83_0\libs\headers
run: |
mkdir -p build
cmake -S . -B build -DBoost_USE_STATIC_LIBS=ON
cmake -S . -B build -DBoost_USE_STATIC_LIBS=ON -DCMAKE_PREFIX_PATH=${{runner.temp}}\boost_1_83_0
cmake --build build --config Release
- name: Test libftp
Expand Down

0 comments on commit 2fcfbb6

Please sign in to comment.