all repos — min @ 4eb201c92a83209e1e3f06c93c8f90967fe94004

A small but practical concatenative programming language.

Update ci.yml
Fabio Cevasco h3rald@h3rald.com
Tue, 08 Dec 2020 14:52:56 +0100
commit

4eb201c92a83209e1e3f06c93c8f90967fe94004

parent

01dbf4e63a6490d3af498202860eee14f7e2766d

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

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

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

run: nifty install - name: Build - run: nimble -i build + run: nimble -y build - name: Test run: ./min tests/all