Skip to content

Commit

Permalink
Update vcpkg baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
Chlorie committed Nov 13, 2024
1 parent afff47b commit 3cbee04
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu-gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cpp_compiler: /home/linuxbrew/.linuxbrew/bin/g++-13

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install gcc-13 on Ubuntu
shell: bash
Expand All @@ -38,7 +38,7 @@ jobs:

- uses: lukka/run-vcpkg@v11
with:
vcpkgGitCommitId: 662dbb50e63af15baa2909b7eac5b1b87e86a0aa
vcpkgGitCommitId: 89f00b3b8611028566a5264afce725cdfdfddbb4

- uses: lukka/run-cmake@v10
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows-cl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
cpp_compiler: cl

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: lukka/get-cmake@latest

- uses: lukka/run-vcpkg@v11
with:
vcpkgGitCommitId: 662dbb50e63af15baa2909b7eac5b1b87e86a0aa
vcpkgGitCommitId: 89f00b3b8611028566a5264afce725cdfdfddbb4

- uses: lukka/run-cmake@v10
with:
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
]
}
},
"builtin-baseline": "662dbb50e63af15baa2909b7eac5b1b87e86a0aa"
"builtin-baseline": "89f00b3b8611028566a5264afce725cdfdfddbb4"
}

0 comments on commit 3cbee04

Please sign in to comment.