Skip to content

Commit 490564c

Browse files
committed
fix ci
1 parent 485fb9f commit 490564c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,12 @@ 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
58+
- name: Downgrade bumpalo
6059
run: cargo update -p bumpalo@3.15.4 --precise 3.14.0
6160

61+
- name: Downgrade half
62+
run: cargo update -p half@2.4.0 --precise 2.3.1
63+
6264
- name: Run tests default features
6365
run: cargo test
6466

0 commit comments

Comments
 (0)