all repos — min @ 2976259db5ece5e6134921758f9cec52cc5e34d6

A small but practical concatenative programming language.

Fixing ci
h3rald h3rald@h3rald.com
Thu, 31 Dec 2020 12:34:29 +0100
commit

2976259db5ece5e6134921758f9cec52cc5e34d6

parent

3e13cdf22ade14f5b39c5d4493e46794534c47c9

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

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

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

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