diff --git a/.github/workflows/pr-benchmark.yml b/.github/workflows/pr-benchmark.yml index 2a1d1e2..195ac0d 100644 --- a/.github/workflows/pr-benchmark.yml +++ b/.github/workflows/pr-benchmark.yml @@ -10,6 +10,8 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 + with: + lfs: true - uses: cargo-bins/cargo-binstall@main - run: sudo apt-get install valgrind