Skip to content

Commit 35a1a0d

Browse files
committed
feat: Update vcpkg
1 parent 93716fa commit 35a1a0d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ jobs:
5151
with:
5252
pkgs: boost-json cpr gettext-libintl glib gtest libsecret maddy
5353
triplet: ${{ matrix.variant.triplet }}
54-
revision: 4103f46cb1ebb69ef5511cab840ecea0f441fbd7
54+
revision: b1b19307e2d2ec1eefbdb7ea069de7d4bcd31f01
5555
token: ${{ github.token }}
56-
cache-key: ${{ matrix.variant.triplet }}-4103f46cb1ebb69ef5511cab840ecea0f441fbd7
56+
cache-key: ${{ matrix.variant.triplet }}-b1b19307e2d2ec1eefbdb7ea069de7d4bcd31f01
5757
- name: "Build"
5858
working-directory: ${{github.workspace}}/build
5959
run: |

.github/workflows/macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
with:
3232
pkgs: boost-json cpr gettext-libintl glib gtest maddy
3333
triplet: arm64-osx
34-
revision: 4103f46cb1ebb69ef5511cab840ecea0f441fbd7
34+
revision: b1b19307e2d2ec1eefbdb7ea069de7d4bcd31f01
3535
token: ${{ github.token }}
36-
cache-key: "arm64-osx-4103f46cb1ebb69ef5511cab840ecea0f441fbd7"
36+
cache-key: "arm64-osx-b1b19307e2d2ec1eefbdb7ea069de7d4bcd31f01"
3737
- name: "Build"
3838
working-directory: ${{github.workspace}}/build
3939
run: |

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838
with:
3939
pkgs: boost-json cpr gettext-libintl gtest maddy sqlcipher
4040
triplet: ${{ matrix.variant.triplet }}
41-
revision: 4103f46cb1ebb69ef5511cab840ecea0f441fbd7
41+
revision: b1b19307e2d2ec1eefbdb7ea069de7d4bcd31f01
4242
token: ${{ github.token }}
43-
cache-key: ${{ matrix.variant.triplet }}-4103f46cb1ebb69ef5511cab840ecea0f441fbd7
43+
cache-key: ${{ matrix.variant.triplet }}-b1b19307e2d2ec1eefbdb7ea069de7d4bcd31f01
4444
- name: "Build"
4545
working-directory: ${{github.workspace}}/build
4646
run: |

0 commit comments

Comments
 (0)