Skip to content

Commit

Permalink
fix: Update vcpkg installation step to use manifest mode
Browse files Browse the repository at this point in the history
  • Loading branch information
silviot committed Dec 7, 2024
1 parent f0085ae commit 8b7f614
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,14 +170,10 @@ jobs:
restore-keys: |
vcpkg-${{ matrix.arch }}-
- name: Install GTK4 and dependencies
- name: Install dependencies from manifest
run: |
Write-Host "Installing GTK4 and dependencies for $env:VCPKG_TRIPLET..."
# Only install if not found in cache
vcpkg install pkgconf:$env:VCPKG_TRIPLET
vcpkg install glib:$env:VCPKG_TRIPLET
vcpkg install gtk4:$env:VCPKG_TRIPLET
vcpkg install libadwaita:$env:VCPKG_TRIPLET
Write-Host "Installing dependencies for $env:VCPKG_TRIPLET..."
vcpkg install --triplet $env:VCPKG_TRIPLET
shell: pwsh

- name: Configure pkg-config paths
Expand Down

0 comments on commit 8b7f614

Please sign in to comment.