File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 4040 - name : Install Rust (rustup)
4141 run : rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}
4242 shell : bash
43- - name : Install cargo-hack
44- run : cargo install cargo-hack
43+ - uses : taiki-e/install-action@cargo-hack
4544 - name : Run tests
4645 run : cargo hack test --feature-powerset && cargo hack test --feature-powerset --release
4746
6867 - uses : actions/checkout@master
6968 - name : Install Rust
7069 run : rustup update stable && rustup default stable
71- - name : Install cargo-hack
72- run : cargo install cargo-hack
70+ - uses : taiki-e/install-action@cargo-hack
7371 - name : Install Target
7472 run : rustup target add ${{ matrix.target }}
7573 - name : Run check
8785 - uses : actions/checkout@master
8886 - name : Install Rust nightly
8987 run : rustup update nightly && rustup default nightly
90- - name : Install cargo-hack
91- run : cargo install cargo-hack
88+ - uses : taiki-e/install-action@cargo-hack
9289 - name : Install Target
9390 run : rustup target add ${{ matrix.target }}
9491 - name : Run check
You can’t perform that action at this time.
0 commit comments