mirror of
https://github.com/wez/wezterm.git
synced 2024-11-22 22:42:48 +03:00
fix(ci): Use install action instead of manually calling cargo-install
This commit is contained in:
parent
2c6ec574c2
commit
51e87e8df5
9
.github/workflows/termwiz.yml
vendored
9
.github/workflows/termwiz.yml
vendored
@ -53,11 +53,10 @@ jobs:
|
||||
~/.cargo/git
|
||||
target
|
||||
key: "ubuntu-latest-termwiz-fuzz-${{ runner.os }}-${{ hashFiles('**/Cargo.lock') }}-cargo"
|
||||
- name: Install fuzzer
|
||||
run: |
|
||||
source $HOME/.cargo/env
|
||||
cargo install cargo-fuzz
|
||||
cd termwiz/fuzz
|
||||
- name: "Install cargo-fuzz from Cargo"
|
||||
uses: baptiste0928/cargo-install@v2
|
||||
with:
|
||||
crate: "cargo-fuzz"
|
||||
- name: Fuzz
|
||||
run: |
|
||||
source $HOME/.cargo/env
|
||||
|
Loading…
Reference in New Issue
Block a user