Skip to content

Commit

Permalink
Update build.yml to include boost headers and libraries for Windows b…
Browse files Browse the repository at this point in the history
…uild
  • Loading branch information
mitsut committed May 8, 2024
1 parent 6ced76d commit bdd5d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Build cfg for Windows
if: matrix.os == 'windows-latest'
run: |
bash.exe ./configure --with-xml
bash.exe ./configure --with-headers=..\boost --with-libraries=..\boost\stage\x64\Release\lib --with-xml
make
dir -R
type Makefile.config
Expand Down

0 comments on commit bdd5d72

Please sign in to comment.