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 286ed9d commit 5049277Copy full SHA for 5049277
.github/workflows/bindgen.yml
@@ -124,14 +124,12 @@ jobs:
124
include:
125
# Test with extra asserts + docs just with latest llvm versions to
126
# prevent explosion
127
- #- platform:
128
- # - os: ubuntu-latest
129
- # libtinfo: libtinfo5_6.3-2ubuntu0.1_amd64.deb
130
- # ubuntu_repo: https://mirrors.kernel.org/ubuntu/pool/universe/n/ncurses/
131
- # llvm_version: "16.0"
132
- # release_build: 0
133
- # no_default_features: 0
134
- # feature_extra_asserts: 1
+ - platform:
+ os: ubuntu-latest
+ llvm_version: "16.0"
+ release_build: 0
+ no_default_features: 0
+ feature_extra_asserts: 1
135
136
# Ensure stuff works on macos too
137
- platform:
0 commit comments