Skip to content

Commit bfc739b

Browse files
committed
Update build_windows.yaml
Test disable patch
1 parent ef84678 commit bfc739b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build_windows.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
(New-Object System.Net.WebClient).DownloadFile($Url, "$env:TEMP\boost.exe")
3535
Start-Process -Wait -FilePath "$env:TEMP\boost.exe" "/SILENT","/SP-","/SUPPRESSMSGBOXES","/DIR=C:\local\boost"
3636
choco install -y ninja
37-
- name: apply patch (temp fix for issue #160)
38-
run: |
39-
cd OREAnalytics/test
40-
Add-Content -Path .\CMakeLists.txt -Value "target_compile_definitions(orea-test-suite PUBLIC BOOST_USE_WINAPI_VERSION=0x0600)"
37+
# - name: apply patch (temp fix for issue #160)
38+
# run: |
39+
# cd OREAnalytics/test
40+
# Add-Content -Path .\CMakeLists.txt -Value "target_compile_definitions(orea-test-suite PUBLIC BOOST_USE_WINAPI_VERSION=0x0600)"
4141
- name: cmake configure and build
4242
env:
4343
BOOST_ROOT: C:\local\boost

0 commit comments

Comments
 (0)