Skip to content

Commit e12d86e

Browse files
committed
Fix check-cfg workflow
1 parent a7b9f0e commit e12d86e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bindgen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ jobs:
238238
override: true
239239

240240
- name: Check cfg
241-
run: cargo check -Z unstable-options -Z check-cfg=features
241+
run: cargo check -Z unstable-options -Z check-cfg
242242

243243
test-book:
244244
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)