Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test cfg cxx fix #1222

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/github-cxx-qt-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- run: rustup default 1.77.2
- run: rustup default 1.81.0
- run: rustup component add rustfmt
- run: cargo fmt --all --check --verbose

Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Setup toolchain
run: |
# Note that the llvm version needs to match, see the link above
rustup default 1.77.2
rustup default 1.81.0
cargo install --locked --version 0.8.20 grcov
rustup component add rustfmt
# Ensure we do not have any existing coverage files
Expand Down Expand Up @@ -424,7 +424,7 @@ jobs:
- name: "Install Rust toolchain"
run: |
rustup toolchain add 1.78.0 --component clippy
rustup default 1.77.2
rustup default 1.81.0
rustup component add rustfmt

- name: "Rust tools cache"
Expand Down
Loading
Loading