all repos — mn @ 206c1904ab8b8283937eb928af672a06f209f75e

A truly minimal concatenative programming language.

Update ci.yml
Fabio Cevasco h3rald@h3rald.com
Thu, 22 Apr 2021 21:55:17 +0200
commit

206c1904ab8b8283937eb928af672a06f209f75e

parent

b36d12e71b6b09f043c0260fdef95128727f1a3b

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