all repos — litestore @ be677aa85aeee8e501e52a14ca508ed54e16f6cd

A minimalist nosql document store.

Fixed typo.
h3rald h3rald@h3rald.com
Sat, 26 Aug 2023 07:21:03 +0000
commit

be677aa85aeee8e501e52a14ca508ed54e16f6cd

parent

348492b2d6086633532d465f6573103570596071

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

jump to
M .github/workflows/add-artifacts-to-current-release.yml.github/workflows/add-artifacts-to-current-release.yml

@@ -82,7 +82,7 @@

# Build for macOS/Windows - name: Build (macOS, Windows) shell: bash - run: nimble build -v -y -d:release --mm:ref --opt:size litestore + run: nimble build -v -y -d:release --mm:refc --opt:size litestore if: matrix.os == 'macos-latest' || matrix.os == 'windows-latest' # Import admin directory and create default db