We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97da7a1 commit 07e32d9Copy full SHA for 07e32d9
.github/workflows/ci.yml
@@ -111,15 +111,11 @@ jobs:
111
fail-fast: false
112
matrix:
113
os: [ubuntu-latest, windows-latest]
114
- # When updating this, the reminder to update the minimum supported
115
- # Rust version in Cargo.toml.
116
- rust: ['1.63']
117
steps:
118
- uses: actions/checkout@v4
119
- - name: Install Rust
120
- # --no-self-update is necessary because the windows environment cannot self-update rustup.exe.
121
- run: rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}
122
- - run: cargo build
+ - name: Install cargo-hack
+ uses: taiki-e/install-action@cargo-hack
+ - run: cargo hack build --no-dev-deps --rust-version
123
124
clippy:
125
runs-on: ubuntu-latest
0 commit comments