Skip to content

Commit

Permalink
pinning nimcrypto version
Browse files Browse the repository at this point in the history
  • Loading branch information
mashingan committed Aug 21, 2023
1 parent b1016eb commit a29b059
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ jobs:
# sudo systemctl start mongod
# sleep 10

# latest hmac (v0.3.0) requires Nim v2 which not supported yet by Anonimongo
# while hmac is required by scram hence need to pin hmac version first.
# Pinning the indirect dependencies version first.
- run: |
nimble install nimcrypto@0.5.4 -Y
nimble install hmac@0.2 -Y
nimble install -Y
Expand Down

0 comments on commit a29b059

Please sign in to comment.