all repos — litestore @ 79750d453fe025af3c3388f485d58a586872943a

A minimalist nosql document store.

Update ci.yml
Fabio Cevasco h3rald@h3rald.com
Tue, 13 Apr 2021 21:58:12 +0200
commit

79750d453fe025af3c3388f485d58a586872943a

parent

facac05af20e15bba13dbe791736795d375fcccf

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 -d:release --gcc.exe:musl-gcc --gcc.linkerexe:musl-gcc + run: nimble build -y -d:release --gcc.exe:musl-gcc --gcc.linkerexe:musl-gcc