Skip to content

Commit 72ced5f

Browse files
committed
ci: Add new libinput version guards to the bindgen step
1 parent 8a27292 commit 72ced5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ jobs:
225225
RUST_LOG: bindgen=warn,bindgen::ir=error,bindgen::codegen=error
226226
with:
227227
command: build
228-
args: --manifest-path input-sys/Cargo.toml --target ${{ matrix.target }} --no-default-features --features update_bindings,libinput_1_11,libinput_1_14,libinput_1_15,libinput_1_19,libinput_1_21,libinput_1_23
228+
args: --manifest-path input-sys/Cargo.toml --target ${{ matrix.target }} --no-default-features --features update_bindings,libinput_1_11,libinput_1_14,libinput_1_15,libinput_1_19,libinput_1_21,libinput_1_23,libinput_1_26,libinput_1_27,libinput_1_28
229229
- name: Copy bindings
230230
run: |
231231
for i in input-sys/src/bindings/*.rs

0 commit comments

Comments
 (0)