Skip to content

Commit

Permalink
Fix git error
Browse files Browse the repository at this point in the history
  • Loading branch information
louismerlin committed Nov 4, 2024
1 parent c9b8567 commit 402cfba
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@ jobs:
- run: sudo apt-get update
- run: sudo apt-get install binutils-dev libunwind-dev gnuplot
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
<<<<<<< Updated upstream
- run: rustup component add rust-src
=======
>>>>>>> Stashed changes
- run: cargo install cargo-afl honggfuzz grcov
- run: cargo install --path . --verbose
- run: cargo test --verbose -- --show-output

0 comments on commit 402cfba

Please sign in to comment.