Skip to content

Commit

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

0 comments on commit f0956d6

Please sign in to comment.