Skip to content

Commit 25df100

Browse files
committed
feat: Update deps
1 parent 730c0c9 commit 25df100

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
pkgs: boost-json curl gettext-libintl glib gtest libsecret maddy
5353
triplet: ${{ matrix.variant.triplet }}
54-
revision: b0b4f9904e2791bc16b9fd8003243a9f55c42e6e
54+
revision: 47313591da1d14a8a9b209f4bee39d29acc39b31
5555
token: ${{ github.token }}
5656
github-binarycache: true
5757
- name: "Build"

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
pkgs: boost-json curl gettext-libintl glib gtest maddy
3333
triplet: arm64-osx
34-
revision: b0b4f9904e2791bc16b9fd8003243a9f55c42e6e
34+
revision: 47313591da1d14a8a9b209f4bee39d29acc39b31
3535
token: ${{ github.token }}
3636
github-binarycache: true
3737
- name: "Build"

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
pkgs: boost-json curl gettext-libintl gtest maddy sqlcipher
4040
triplet: ${{ matrix.variant.triplet }}
41-
revision: b0b4f9904e2791bc16b9fd8003243a9f55c42e6e
41+
revision: 47313591da1d14a8a9b209f4bee39d29acc39b31
4242
token: ${{ github.token }}
4343
github-binarycache: true
4444
- name: "Build"

0 commit comments

Comments
 (0)