File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3030 toolchain : ${{ matrix.rust }}
3131 override : true
3232 -
uses :
Swatinem/[email protected] 33- - uses : taiki-e/install-action@v2.46.6
33+ - uses : taiki-e/install-action@rust-hack
3434 - name : Install Linux tooling for 32 bit builds
3535 run : |
3636 sudo apt-get update -y
Original file line number Diff line number Diff line change 3030 with :
3131 toolchain : ${{ matrix.rust }}
3232 -
uses :
Swatinem/[email protected] 33- - uses : taiki-e/install-action@v2.46.6
33+ - uses : taiki-e/install-action@rust-hack
3434 - run : sudo apt-get update -y
3535 if : matrix.os == 'ubuntu-latest'
3636 - name : cargo check (powerset)
7373 toolchain : ${{ matrix.rust }}
7474 components : clippy
7575 -
uses :
Swatinem/[email protected] 76- - uses : taiki-e/install-action@v2.46.6
76+ - uses : taiki-e/install-action@rust-hack
7777 - name : clippy (all targets, feature powerset)
7878 run : cargo hack clippy --all-targets --feature-powerset -- -D warnings
7979
8989 - uses : dtolnay/rust-toolchain@v1
9090 with :
9191 toolchain : ${{ matrix.rust }}
92- - uses : taiki-e/install-action@v2.46.6
92+ - uses : taiki-e/install-action@rust-hack
9393 - name : cargo check msrv
9494 run : cargo hack check --feature-powerset
You can’t perform that action at this time.
0 commit comments