Skip to content

Commit

Permalink
Update vcpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Jul 5, 2024
1 parent 2d23dbb commit 4379c42
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 @@ -40,7 +40,7 @@ jobs:
with:
pkgs: curl gettext-libintl glib gtest jsoncpp libsecret libuuid maddy openssl
triplet: x64-linux
revision: c4467cb686f92671f0172aa8299a77d908175b4e
revision: efd5cdaf1eaf2b3490d2c333d962a33078fba54b
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: curl gettext-libintl glib gtest jsoncpp maddy openssl
triplet: arm64-osx
revision: c4467cb686f92671f0172aa8299a77d908175b4e
revision: efd5cdaf1eaf2b3490d2c333d962a33078fba54b
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: curl gettext-libintl gtest jsoncpp maddy sqlcipher
triplet: x64-windows
revision: c4467cb686f92671f0172aa8299a77d908175b4e
revision: efd5cdaf1eaf2b3490d2c333d962a33078fba54b
token: ${{ secrets.GITHUB_TOKEN }}
github-binarycache: true
- name: "Build"
Expand Down

0 comments on commit 4379c42

Please sign in to comment.