Skip to content

Commit

Permalink
windows
Browse files Browse the repository at this point in the history
  • Loading branch information
payetvin committed Dec 27, 2024
1 parent 9e86f87 commit caff47f
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/windows-vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,9 @@ jobs:
# Indicates the location of the vcpkg as a Git submodule of the project repository.
VCPKG_ROOT: ${{ github.workspace }}/vcpkg
ORTOOLS_DIR: ${{ github.workspace }}/or-tools
os: windows-latest
test-platform: windows-2022
vcpkgPackages: wxwidgets boost-test yaml-cpp antlr4
triplet: x64-windows
os: windows-2022
vcpkgPackages: wxwidgets boost-test
triplet: x64-windows-release
# Caching strategy of VCPKG dependencies
VCPKG_BINARY_SOURCES: "clear;files,${{ github.workspace }}/vcpkg_cache,readwrite"

Expand Down Expand Up @@ -79,7 +78,7 @@ jobs:
with:
key: windows

- name : Init VCPKG submodule
- name: Install VCPKG
shell: bash
run: |
git submodule update --init vcpkg && ./vcpkg/bootstrap-vcpkg.bat -disableMetrics
Expand Down Expand Up @@ -124,7 +123,6 @@ jobs:
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_TESTING=ON \
-DBUILD_TOOLS=ON \
-DBUILD_not_system=OFF \
-DPython3_EXECUTABLE="${{ env.Python3_ROOT_DIR }}/python.exe" \
-DCMAKE_VS_GLOBALS="CLToolExe=cl.exe;CLToolPath=${GITHUB_WORKSPACE}/ccache;TrackFileAccess=false;UseMultiToolTask=true;DebugInformationFormat=OldStyle"
Expand Down

0 comments on commit caff47f

Please sign in to comment.