all repos — litestore @ 1f97096ee0328247d6bcdbd10695654ebebe6fc1

A minimalist nosql document store.

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

1f97096ee0328247d6bcdbd10695654ebebe6fc1

parent

4973bcfeaebe9ede3a87550a212b020cd781e2a4

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: nim c -d:release --gcc.exe:musl-gcc --gcc.linkerexe:musl-gcc src/litestore + run: nimble build -d:release --gcc.exe:musl-gcc --gcc.linkerexe:musl-gcc