We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ade92b5 commit 90f7ae5Copy full SHA for 90f7ae5
.github/workflows/windows.yml
@@ -22,7 +22,7 @@ jobs:
22
run: |
23
cmake -E make_directory build
24
cd build
25
- cmake -DBOOST_ROOT="C:\hostedtoolcache\windows\Boost\1.72.0" ..
+ cmake -DBOOST_ROOT="C:\hostedtoolcache\windows\Boost\1.72.0\x86_64" ..
26
- name: Compile
27
working-directory: build
28
run: cmake --build . -j2
0 commit comments