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 015126b commit 2910bcaCopy full SHA for 2910bca
.github/workflows/macos.yml
@@ -40,12 +40,12 @@ jobs:
40
uses: actions-rs/cargo@v1
41
with:
42
command: build
43
- args: --features v4_10,xml_validation --manifest-path ./gtk4/Cargo.toml
+ args: --features v4_12,xml_validation --manifest-path ./gtk4/Cargo.toml
44
- name: Clippy
45
46
47
command: clippy
48
- args: --features v4_8,xml_validation --manifest-path ./gtk4/Cargo.toml
49
# FIXME: renable once https://github.com/gtk-rs/gtk4-rs/issues/1235 is fixed
50
#- name: Tests
51
# uses: actions-rs/cargo@v1
0 commit comments