Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Nov 30, 2023
1 parent 81fdf89 commit 9adcd41
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:
id-token: write
contents: read
env:
VCPKG_ROOT: ${{ github.workspace }}/vcpkg/
VCPKG_ROOT: ${{ github.workspace }}/vcpkg
jobs:
build:
name: "Build"
Expand All @@ -19,9 +19,9 @@ jobs:
matrix:
config:
- os: ubuntu-latest
vcpkg_triplet: x64-linux-release
vcpkg_triplet: x64-linux
- os: windows-latest
vcpkg_triplet: x64-windows-release
vcpkg_triplet: x64-windows
fail-fast: false
steps:
- uses: actions/[email protected]
Expand All @@ -31,6 +31,8 @@ jobs:
with:
pkgs: pkgconf gettext-libintl maddy jsoncpp curl curlpp sqlite3 sqlcipher sqlitecpp[sqlcipher] dbus
triplet: ${{ matrix.config.vcpkg_triplet }}
extra-args: "--allow-unsupported"
cache-key: ${{ matrix.config.os }}
token: ${{ github.token }}
- uses: threeal/[email protected]
with:
Expand Down

0 comments on commit 9adcd41

Please sign in to comment.