Skip to content

Commit e307e06

Browse files
CI/msvc: Bump gtk to 4.14
1 parent 26ae788 commit e307e06

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/windows-msvc.yml

Lines changed: 5 additions & 5 deletions
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-10
36+
key: ${{ runner.os }}-gtk4-14
3737
restore-keys: |
38-
${{ runner.os }}-gtk4-10
38+
${{ runner.os }}-gtk4-14
3939
4040
- name: Set up the PATH environment
4141
run: |
@@ -94,17 +94,17 @@ jobs:
9494
uses: actions-rs/cargo@v1
9595
with:
9696
command: build
97-
args: --features v4_10,xml_validation
97+
args: --features v4_14,xml_validation
9898
- name: Clippy
9999
uses: actions-rs/cargo@v1
100100
with:
101101
command: clippy
102-
args: --features v4_10,xml_validation
102+
args: --features v4_14,xml_validation
103103
- name: Tests
104104
uses: actions-rs/cargo@v1
105105
with:
106106
command: test
107-
args: --features v4_10,xml_validation
107+
args: --features v4_14,xml_validation
108108

109109
- name: Build gdk-win32
110110
uses: actions-rs/cargo@v1

0 commit comments

Comments
 (0)