all repos — min @ 3c8209506633de71e4b8fbdfbead36af9209a185

A small but practical concatenative programming language.

Enabling comoilation via musl-gcc
h3rald h3rald@h3rald.com
Thu, 31 Dec 2020 11:39:29 +0100
commit

3c8209506633de71e4b8fbdfbead36af9209a185

parent

ed0871621e95c96ed2565ddf31872d4a89feb3df

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 + run: nimble -y build --gcc.exe:musl-gcc --gcc.linkerexe:musl-gcc - name: Test run: ./min tests/all.min