Skip to content

Commit

Permalink
Pin ahash in CI (#3498)
Browse files Browse the repository at this point in the history
Co-authored-by: Kirill Chibisov <[email protected]>
  • Loading branch information
madsmtm and kchibisov authored Feb 16, 2024
1 parent 385c4b3 commit 2bc1943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 2bc1943

Please sign in to comment.