Skip to content

Commit ab729b2

Browse files
committed
fix(workflow): try synchronizing the submodule with manifest baseline
1 parent 3a6166a commit ab729b2

File tree

5 files changed

+4
-5
lines changed

5 files changed

+4
-5
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
matrix:
1010
config: [Debug, Release]
1111

12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-24.04
1313

1414
steps:
1515
- uses: actions/checkout@v4.1.3

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
run: |
3737
./bootstrap-vcpkg.sh
3838
./vcpkg integrate install
39-
git fetch
4039
4140
- name: Configure
4241
shell: pwsh
@@ -51,6 +50,7 @@ jobs:
5150
$cacheAccess = $(if ('${{ steps.cache-vcpkg.outputs.cache-hit }}' -eq 'true') { 'read' } else { 'write' })
5251
$env:VCPKG_BINARY_SOURCES = "clear;files,$cachedBinaries,$cacheAccess"
5352
53+
$env:PATH = "${env:PATH}:${{ github.workspace }}/ninja-build"
5454
cmake "-DCMAKE_TOOLCHAIN_FILE=$vcpkgToolchain" "-DCMAKE_BUILD_TYPE=$cmakeBuildType" -G Ninja ${{ github.workspace }}
5555
5656
- name: Build

.github/workflows/windows.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ jobs:
4242
run: |
4343
./bootstrap-vcpkg.bat
4444
./vcpkg integrate install
45-
git fetch
4645
4746
- name: Configure
4847
shell: pwsh

vcpkg

Submodule vcpkg updated 1568 files

vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@
4949
"dependencies": [
5050
"pegtl"
5151
],
52-
"builtin-baseline": "7aeffc91033ad35cc4e2c152f213a866ec6c11ac"
52+
"builtin-baseline": "b810d1cdd47bfe729a5c78aa1e5b16dfa30da873"
5353
}

0 commit comments

Comments
 (0)