Skip to content

Commit 90f7ae5

Browse files
committed
use full path including x86_64.
1 parent ade92b5 commit 90f7ae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: |
2323
cmake -E make_directory build
2424
cd build
25-
cmake -DBOOST_ROOT="C:\hostedtoolcache\windows\Boost\1.72.0" ..
25+
cmake -DBOOST_ROOT="C:\hostedtoolcache\windows\Boost\1.72.0\x86_64" ..
2626
- name: Compile
2727
working-directory: build
2828
run: cmake --build . -j2

0 commit comments

Comments
 (0)