From f0956d6f3e5612de3e80deffbb3ff795f62f5662 Mon Sep 17 00:00:00 2001 From: TAKADA Mitsutaka Date: Wed, 8 May 2024 17:53:14 +0900 Subject: [PATCH] Update build.yml for Windows build configuration --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ecd4fea..2d33811 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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