From bdd5d72bd8cb4fa5b92f564f8e3145000218a3c9 Mon Sep 17 00:00:00 2001 From: TAKADA Mitsutaka Date: Wed, 8 May 2024 17:31:50 +0900 Subject: [PATCH] Update build.yml to include boost headers and libraries for Windows build --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 47564c3..ae2d02a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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