Skip to content

Commit

Permalink
Removes before install
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgomez committed Jan 22, 2025
1 parent d7c1b2f commit e0736ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nimble.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ when defined(nimdistros):
else:
foreignDep "openssl"

before install:
exec "git submodule update --init"
# before install:
# exec "git submodule update --init"

task test, "Run the Nimble tester!":
withDir "tests":
Expand Down

0 comments on commit e0736ff

Please sign in to comment.