Skip to content

Commit

Permalink
windows builds try different vcpkg baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
NQNStudios committed May 28, 2024
1 parent 748cee3 commit 6e85231
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
},
{
name: install dependencies,
run: 'vcpkg x-update-baseline --add-initial-baseline && vcpkg install',
run: 'vcpkg install',
working-directory: 'proj/vs2013'
},
{
Expand All @@ -91,7 +91,7 @@
},
{
name: install dependencies,
run: 'vcpkg x-update-baseline --add-initial-baseline && vcpkg install',
run: 'vcpkg install',
working-directory: 'proj/vs2017'
},
{
Expand All @@ -118,7 +118,7 @@
},
{
name: install dependencies,
run: 'vcpkg x-update-baseline --add-initial-baseline && vcpkg install'
run: 'vcpkg install'
},
{
name: build and unit test,
Expand Down
2 changes: 1 addition & 1 deletion proj/vs2013/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"builtin-baseline": "007aaced1a9d3245e28a2ba9395dca88ea890db1",
"builtin-baseline": "943c5ef1c8f6b5e6ced092b242c8299caae2ff01",
"dependencies": [
"zlib",
"sfml",
Expand Down
2 changes: 1 addition & 1 deletion proj/vs2017/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"builtin-baseline": "007aaced1a9d3245e28a2ba9395dca88ea890db1",
"builtin-baseline": "943c5ef1c8f6b5e6ced092b242c8299caae2ff01",
"dependencies": [
"zlib",
"sfml",
Expand Down

0 comments on commit 6e85231

Please # to comment.