Skip to content

Commit 6863f1c

Browse files
author
Kevin Lewis
committed
Add command to install deps prior to build
1 parent 21d8bb1 commit 6863f1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bench/bench_nim.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ environments:
6060
# docker: nimlang/nim
6161
include: nim
6262
include_sub_dir:
63-
before_build:
63+
before_build: nimble install --depsOnly
6464
build: nimble build app -y --mm:orc -d:danger --panics:on -d:nimCoroutines --threads:on --tlsEmulation:off --verbose
6565
after_build:
6666
- cp app out
@@ -72,7 +72,7 @@ environments:
7272
# docker: nimlang/nim
7373
include: nim
7474
include_sub_dir:
75-
before_build:
75+
before_build: nimble install --depsOnly
7676
build: nimble build app -y --mm:orc --cc:clang -d:danger --panics:on -d:nimCoroutines --threads:on --tlsEmulation:off --verbose
7777
after_build:
7878
- cp app out

0 commit comments

Comments
 (0)