diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2dab89f10..15fd84830 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,7 +81,7 @@ jobs: - name: Generate lockfile # Also updates the crates.io index - run: cargo generate-lockfile + run: cargo generate-lockfile && cargo update -p ahash --precise 0.8.7 - name: Install GCC Multilib if: (matrix.platform.os == 'ubuntu-latest') && contains(matrix.platform.target, 'i686')