diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d8937f120ca..6ecdd9d75af 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -78,13 +78,13 @@ jobs: with: toolchain: ${{ matrix.rust_version }} key: x-v2 - # - name: Pin dependencies to make it build with our MSRV - # if: matrix.rust_version == '1.77' - # shell: bash - # run: | - # if [ ! -f ./Cargo.lock ]; then - # cargo update -p xxx --precise x.y.z - # fi + - name: Pin dependencies to make it build with our MSRV + if: matrix.rust_version == '1.77' + shell: bash + run: | + if [ ! -f ./Cargo.lock ]; then + cargo update -p ravif --precise 0.11.3 + fi - name: Run tests (not qt) 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 --exclude slint-python -- --skip=_qt::t env: