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 bdd5d72 commit ef42a52
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,11 @@ 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
type Makefile.config
- name: binaly archive
Expand Down

0 comments on commit ef42a52

Please sign in to comment.