Skip to content

Commit

Permalink
CI/msvc: Bump gtk to 4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
bilelmoussaoui committed Aug 12, 2023
1 parent 5774568 commit 16836db
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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-10
key: ${{ runner.os }}-gtk4-14
restore-keys: |
${{ runner.os }}-gtk4-10
${{ runner.os }}-gtk4-14
- name: Set up the PATH environment
run: |
Expand Down Expand Up @@ -94,17 +94,17 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: build
args: --features v4_10,xml_validation
args: --features v4_14,xml_validation
- name: Clippy
uses: actions-rs/cargo@v1
with:
command: clippy
args: --features v4_10,xml_validation
args: --features v4_14,xml_validation
- name: Tests
uses: actions-rs/cargo@v1
with:
command: test
args: --features v4_10,xml_validation
args: --features v4_14,xml_validation

- name: Build gdk-win32
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 16836db

Please sign in to comment.