Skip to content

Commit 5049277

Browse files
committed
wip
1 parent 286ed9d commit 5049277

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/workflows/bindgen.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -124,14 +124,12 @@ jobs:
124124
include:
125125
# Test with extra asserts + docs just with latest llvm versions to
126126
# 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
127+
- platform:
128+
os: ubuntu-latest
129+
llvm_version: "16.0"
130+
release_build: 0
131+
no_default_features: 0
132+
feature_extra_asserts: 1
135133

136134
# Ensure stuff works on macos too
137135
- platform:

0 commit comments

Comments
 (0)