Skip to content

Commit

Permalink
CI/msvc: Rebuild gtk
Browse files Browse the repository at this point in the history
As there was an API change for GTK 4.13.x
  • Loading branch information
bilelmoussaoui committed Aug 22, 2023
1 parent 0437579 commit 4418c87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows-msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
id: cache
with:
path: c:/gnome
key: ${{ runner.os }}-gtk4-14
key: ${{ runner.os }}-gtk4-14.1
restore-keys: |
${{ runner.os }}-gtk4-14
${{ runner.os }}-gtk4-14.1
- name: Set up the PATH environment
run: |
Expand Down

0 comments on commit 4418c87

Please sign in to comment.