Skip to content

Commit d1eac05

Browse files
authored
Ci: fix MSRV build
1 parent 5605c60 commit d1eac05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
if [ ! -f ./Cargo.lock ]; then
7070
cargo update -p clap --precise 4.4.18
7171
cargo update -p ahash --precise 0.8.7
72+
cargo update -p bumpalo --precise 3.14.0
7273
fi
7374
- name: Run tests
7475
run: DYLD_FRAMEWORK_PATH=$Qt5_DIR/lib cargo test --verbose --all-features --workspace ${{ matrix.extra_args }} --exclude slint-node --exclude pyslint --exclude test-driver-node --exclude slint-node --exclude test-driver-nodejs --exclude test-driver-cpp --exclude mcu-board-support --exclude printerdemo_mcu --exclude uefi-demo --exclude slint-cpp

0 commit comments

Comments
 (0)