Skip to content

Commit

Permalink
Attempt to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
louismerlin committed Jan 16, 2024
1 parent 1bfbe55 commit b156818
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: cargo clippy --all-targets -- -D warnings
build_and_test:
name: Rust project - latest
runs-on: ubuntu-latest
runs-on: ubuntu-stable
strategy:
matrix:
toolchain:
Expand All @@ -29,7 +29,7 @@ jobs:
- nightly
steps:
- uses: actions/checkout@v3
- run: sudo apt-get install binutils libunwind-dev gnuplot
- run: sudo apt-get install binutils-dev libunwind-dev gnuplot
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: cargo install cargo-afl honggfuzz grcov
- run: cargo install --path . --verbose
Expand Down

0 comments on commit b156818

Please sign in to comment.