all repos — min @ 7cfb18dc0bddd5fead164f67721e869994f4aa9d

A small but practical concatenative programming language.

Update ci.yml
Fabio Cevasco h3rald@h3rald.com
Fri, 23 Apr 2021 21:59:38 +0200
commit

7cfb18dc0bddd5fead164f67721e869994f4aa9d

parent

e3a860349eb4c3067ae201c66398557d8bd2c8f5

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M .github/workflows/ci.yml.github/workflows/ci.yml

@@ -49,7 +49,7 @@ - name: Install deps

run: nifty install - name: Build - run: nim c -d:release -d:ssl --gcc.exe:musl-gcc --gcc.linkerexe:musl-gcc --cpu:amd64 --os:linux -o:min min + run: nimble build -d:release -d:ssl --opt:size --gcc.exe:musl-gcc --gcc.linkerexe:musl-gcc --cpu:amd64 --os:linux - name: Test run: ./min tests/all.min