We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6ea121 commit 76b4d56Copy full SHA for 76b4d56
.github/workflows/windows-msvc.yml
@@ -33,9 +33,9 @@ jobs:
33
id: cache
34
with:
35
path: c:/gnome
36
- key: ${{ runner.os }}-gtk4-17.2
+ key: ${{ runner.os }}-gtk4-18
37
restore-keys: |
38
- ${{ runner.os }}-gtk4-17.2
+ ${{ runner.os }}-gtk4-18
39
40
- name: Set up the PATH environment
41
run: |
@@ -110,7 +110,7 @@ jobs:
110
uses: actions-rs/cargo@v1
111
112
command: build
113
- args: --features egl,win32 --manifest-path ./gdk4-win32/Cargo.toml
+ args: --features v4_18,egl,win32 --manifest-path ./gdk4-win32/Cargo.toml
114
- name: Clippy gdk-win32
115
116
0 commit comments