Skip to content

Commit

Permalink
Update vcpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Nov 11, 2024
1 parent 80c1b07 commit 723b2ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
pkgs: boost-json curl gettext-libintl glib gtest libsecret maddy openssl
triplet: x64-linux
revision: d567b667adba0e72c5c3931ddbe745b66aa34b73
revision: a54c4ba3aef5fe56cf11192f4476aaf057876551
token: ${{ secrets.GITHUB_TOKEN }}
github-binarycache: true
- name: "Build"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
pkgs: boost-json curl gettext-libintl glib gtest maddy openssl
triplet: arm64-osx
revision: d567b667adba0e72c5c3931ddbe745b66aa34b73
revision: a54c4ba3aef5fe56cf11192f4476aaf057876551
token: ${{ secrets.GITHUB_TOKEN }}
github-binarycache: true
- name: "Build"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
pkgs: boost-json curl gettext-libintl gtest maddy sqlcipher
triplet: x64-windows
revision: d567b667adba0e72c5c3931ddbe745b66aa34b73
revision: a54c4ba3aef5fe56cf11192f4476aaf057876551
token: ${{ secrets.GITHUB_TOKEN }}
github-binarycache: true
- name: "Build"
Expand Down

0 comments on commit 723b2ae

Please sign in to comment.