M .github/workflows/add-artifacts-to-current-releases.yml => .github/workflows/add-artifacts-to-current-releases.yml +0 -2
@@ 63,8 63,6 @@ jobs:
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 +1 -4
@@ 42,9 42,6 @@ jobs:
- 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 @@ jobs:
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 +1 -1
@@ 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"