Skip to content

Commit

Permalink
ci: Update Flatpak build cache key and simplify Windows GTK4 install …
Browse files Browse the repository at this point in the history
…script
  • Loading branch information
silviot committed Dec 7, 2024
1 parent a1dd7c5 commit e7b7a52
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
bundle: aardvark.flatpak
manifest-path: org.p2panda.aardvark.json
cache-key: flatpak-builder-${{ github.sha }}
cache-key: flatpak-builder-${{ hashFiles('org.p2panda.aardvark.json') }}-${{ matrix.arch }}
arch: ${{ matrix.arch }}

macos:
Expand Down Expand Up @@ -172,8 +172,7 @@ jobs:
vcpkg-${{ matrix.arch }}-
- name: Install GTK4 and dependencies
run: |
. .\.github\workflows\install_vcpkg.ps1
run: . .\.github\workflows\install_vcpkg.ps1
shell: pwsh

- name: Configure pkg-config paths
Expand Down

0 comments on commit e7b7a52

Please sign in to comment.