Skip to content

Commit

Permalink
fix: fix fuzz test ci (GreptimeTeam#3795)
Browse files Browse the repository at this point in the history
  • Loading branch information
WenyXu authored Apr 24, 2024
1 parent 1272bc9 commit e0b5f52
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,9 @@ jobs:
- name: Set Rust Fuzz
shell: bash
run: |
sudo apt update && sudo apt install -y libfuzzer-14-dev
cargo install cargo-fuzz
sudo apt-get install -y libfuzzer-14-dev
rustup install nightly
cargo +nightly install cargo-fuzz
- name: Download pre-built binaries
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit e0b5f52

Please sign in to comment.