Skip to content

Commit

Permalink
fix fuzzing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
XiangpengHao committed Oct 7, 2024
1 parent ae7f5c1 commit 4bd54e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,9 @@ jobs:
- uses: actions-rs/toolchain@v1
name: Setup toolchain
with:
toolchain: stable
toolchain: nightly
override: true
components: rust-src, llvm-tools-preview
- run: sudo apt install libnuma-dev
- run: cargo install cargo-fuzz
- run: cargo install cargo-binutils
- run: |
Expand Down

0 comments on commit 4bd54e6

Please sign in to comment.