Updates.
h3rald h3rald@h3rald.com
Tue, 15 Aug 2023 14:58:51 +0000
3 files changed,
2 insertions(+),
7 deletions(-)
M
.github/workflows/add-artifacts-to-current-releases.yml
→
.github/workflows/add-artifacts-to-current-releases.yml
@@ -63,8 +63,6 @@ run: |
curl https://nim-lang.org/choosenim/init.sh -sSf > init.sh sh init.sh -y nimble install -y nifty - nimble install -y zippy - nimble install -y --verbose min nifty install nifty build discount # Build for Linux
M
.github/workflows/ci.yml
→
.github/workflows/ci.yml
@@ -42,9 +42,6 @@
- name: Install nifty run: nimble install -y nifty - - name: Install zippy - run: nimble install zippy - - name: Install deps run: nifty install@@ -52,7 +49,7 @@ - name: Build discount
run: nifty build discount - name: Build - run: nimble build -d:release --opt:size --gcc.exe:musl-gcc --gcc.linkerexe:musl-gcc --cpu:amd64 --os:linux + run: nimble build -mm:refc -d:release --opt:size --gcc.exe:musl-gcc --gcc.linkerexe:musl-gcc --cpu:amd64 --os:linux - name: Build Site run: |
M
hastysite.nimble
→
hastysite.nimble
@@ -9,7 +9,7 @@ bin = @["hastysite"]
installDirs = @["minpkg", "hastysitepkg"] # Deps -requires: "nim >= 2.0.0, min >= 0.39.1, checksums" +requires: "nim >= 2.0.0, min >= 0.39.2, checksums" before install: exec "nimble install -y nifty"