From 4418c870a7101c3e42bae20ed2108476885dc686 Mon Sep 17 00:00:00 2001 From: Bilal Elmoussaoui Date: Tue, 22 Aug 2023 19:35:59 +0200 Subject: [PATCH] CI/msvc: Rebuild gtk As there was an API change for GTK 4.13.x --- .github/workflows/windows-msvc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows-msvc.yml b/.github/workflows/windows-msvc.yml index bd726335e9af..a8d0e5e11778 100644 --- a/.github/workflows/windows-msvc.yml +++ b/.github/workflows/windows-msvc.yml @@ -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: |