Skip to content

Commit

Permalink
fix no tag version when installing nimcrypto
Browse files Browse the repository at this point in the history
  • Loading branch information
mashingan committed Aug 21, 2023
1 parent a29b059 commit 064f35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:

# Pinning the indirect dependencies version first.
- run: |
nimble install nimcrypto@0.5.4 -Y
nimble install nimcrypto@#f62df96cfc43f1e1c0acaf12807cfe99b3b45a9d -Y
nimble install hmac@0.2 -Y
nimble install -Y
Expand Down

0 comments on commit 064f35d

Please sign in to comment.