Skip to content

Commit

Permalink
Attempt to pin ravif for image 0.25 to build with our MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
tronical committed Oct 11, 2024
1 parent 1a2c10c commit b6844ca
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0
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:
Expand Down

0 comments on commit b6844ca

Please sign in to comment.