Skip to content

Commit

Permalink
GitHub Actions Fix Triplets
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Jan 4, 2024
1 parent 720988b commit e36226c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,11 @@ jobs:
id: vcpkg
with:
pkgs: boost-locale curl gettext gettext-libintl glib gtest jsoncpp libsecret libuuid maddy sqlcipher
triplet: x64-linux-release
triplet: x64-linux
cache-key: ${{ matrix.config.os }}
revision: 64e15f6669480b2d2bff1e5e815c571a8213421e
token: ${{ secrets.GITHUB_TOKEN }}
extra-args: "--allow-unsupported"
- name: "CMake Build"
working-directory: ${{github.workspace}}/build
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
id: vcpkg
with:
pkgs: boost-locale curl gettext gettext-libintl gtest jsoncpp maddy sqlcipher
triplet: x64-windows-release
triplet: x64-windows
cache-key: ${{ matrix.config.os }}
revision: 64e15f6669480b2d2bff1e5e815c571a8213421e
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e36226c

Please sign in to comment.