diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7608fcf5..4e8b81d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,7 +89,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')