Skip to content

Commit

Permalink
Fix GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Jan 27, 2024
1 parent 9e90b8d commit a9cdd71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: johnwason/vcpkg-action@v5
id: vcpkg
with:
pkgs: boost-locale curl gettext-libintl glib gtest jsoncpp libsecret libuuid maddy openssl
pkgs: boost-locale curl gettext-libintl glib gtest jsoncpp libsecret maddy openssl stduuid
triplet: x64-linux
cache-key: ${{ matrix.config.os }}
revision: 7032c5759f823fc8699a5c37d5f7072464ccb9a8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: johnwason/vcpkg-action@v5
id: vcpkg
with:
pkgs: boost-locale curl gettext-libintl gtest jsoncpp maddy openssl
pkgs: boost-locale curl gettext-libintl gtest jsoncpp maddy openssl stduuid
triplet: x64-windows
cache-key: ${{ matrix.config.os }}
revision: 7032c5759f823fc8699a5c37d5f7072464ccb9a8
Expand Down

0 comments on commit a9cdd71

Please sign in to comment.