Skip to content

Commit 485fb9f

Browse files
committed
fix ci
1 parent a66864f commit 485fb9f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ jobs:
5555
- name: Build System Info
5656
run: rustc --version
5757

58+
# bumpalo 3.15.4 is not compatible with rust 1.67.0
59+
- name: Downgrade bumpalo to 3.14.0
60+
run: cargo update -p bumpalo@3.15.4 --precise 3.14.0
61+
5862
- name: Run tests default features
5963
run: cargo test
6064

0 commit comments

Comments
 (0)