Skip to content

Commit

Permalink
Merge pull request #650 from stephengtuggy/fix/boost-1.78-issues-on-w…
Browse files Browse the repository at this point in the history
…indows

Fix build issues with Boost 1.78 on windows by reverting to Boost 1.77 (alternate approach)
  • Loading branch information
stephengtuggy committed Feb 19, 2022
2 parents 779a0af + 91d2f8b commit c000f69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Windows-CI.yml
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
vcpkgDirectory: '${{ github.workspace }}/v'
setupOnly: true
vcpkgGitCommitId: 'b3cfaaf1bba70febd07c2f672ae590dc5d914180'
vcpkgGitCommitId: '49a30e9db17a8edf7c2809940ee2036746b1b982'
vcpkgTriplet: 'x64-windows'
appendedCacheKey: ${{ hashFiles( '**/vcpkg.json' ) }}
additionalCachedPaths: ${{ env.buildDir }}/vcpkg_installed
Expand Down
1 change: 1 addition & 0 deletions engine/vcpkg.json
Expand Up @@ -2,6 +2,7 @@
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
"name": "vega-strike",
"version-string": "0.9.0",
"builtin-baseline": "1085a57da0725c19e19586025438e8c16f34c890",
"dependencies": [
"boost-python",
"boost-log",
Expand Down

0 comments on commit c000f69

Please sign in to comment.