From 132761cdcf2c9cf94e89b2ba47f0d084e26a74c3 Mon Sep 17 00:00:00 2001 From: Louis Merlin Date: Tue, 16 Jan 2024 18:05:18 +0100 Subject: [PATCH] Attempt to fix CI --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fff861f..b5e9887 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,6 +29,7 @@ jobs: - nightly steps: - uses: actions/checkout@v3 + - run: sudo apt-get update - 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