Skip to content

Commit 76b4d56

Browse files
ci/msvc: Bump gtk cache
1 parent d6ea121 commit 76b4d56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/windows-msvc.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
id: cache
3434
with:
3535
path: c:/gnome
36-
key: ${{ runner.os }}-gtk4-17.2
36+
key: ${{ runner.os }}-gtk4-18
3737
restore-keys: |
38-
${{ runner.os }}-gtk4-17.2
38+
${{ runner.os }}-gtk4-18
3939
4040
- name: Set up the PATH environment
4141
run: |
@@ -110,7 +110,7 @@ jobs:
110110
uses: actions-rs/cargo@v1
111111
with:
112112
command: build
113-
args: --features egl,win32 --manifest-path ./gdk4-win32/Cargo.toml
113+
args: --features v4_18,egl,win32 --manifest-path ./gdk4-win32/Cargo.toml
114114
- name: Clippy gdk-win32
115115
uses: actions-rs/cargo@v1
116116
with:

0 commit comments

Comments
 (0)