Skip to content

Commit

Permalink
Add vckpg antlr and yaml back
Browse files Browse the repository at this point in the history
  • Loading branch information
payetvin committed Dec 18, 2024
1 parent 1aa7f84 commit ec908b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ env:
RUN_EXTENDED_TESTS: ${{ inputs.target_branch == 'release/8.8.x' }}
REF: ${{ inputs.target_branch =='' && github.ref || inputs.target_branch}}
VCPKG_ROOT: ${{ github.workspace }}/vcpkg
vcpkgPackages:
vcpkgPackages: yaml-cpp antlr4
triplet: x64-linux
WX_CONFIG: /usr/bin/wx-config

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
ORTOOLS_DIR: ${{ github.workspace }}/or-tools
os: windows-latest
test-platform: windows-2022
vcpkgPackages: wxwidgets boost-test
vcpkgPackages: wxwidgets boost-test yaml-cpp antlr4
triplet: x64-windows

runs-on: windows-latest
Expand Down

0 comments on commit ec908b5

Please sign in to comment.