Update ci.yml
Fabio Cevasco h3rald@h3rald.com
Tue, 13 Apr 2021 21:55:04 +0200
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