Update ci.yml
Fabio Cevasco h3rald@h3rald.com
Thu, 22 Apr 2021 21:55:17 +0200
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
.github/workflows/ci.yml
→
.github/workflows/ci.yml
@@ -40,4 +40,4 @@ curl https://nim-lang.org/choosenim/init.sh -sSf > init.sh
sh init.sh -y - name: Build run: | - nimble build --gc:orc --opt:size -d:release --gcc.exe:musl-gcc --gcc.linkerexe:musl-gcc + nimble build -v --gc:orc --opt:size --deepcopy:on -d:release --gcc.exe:musl-gcc --gcc.linkerexe:musl-gcc