Skip to content

Commit

Permalink
force yes for nimble install
Browse files Browse the repository at this point in the history
  • Loading branch information
mashingan committed Aug 21, 2023
1 parent 3021b07 commit b1016eb
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 @@ -66,7 +66,7 @@ jobs:
# 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.
- run: |
nimble install hmac@0.2
nimble install hmac@0.2 -Y
nimble install -Y
# Disabling running mongod since mongod is already running with systemctl
Expand Down

0 comments on commit b1016eb

Please sign in to comment.