~h3rald/hastysite

692f21e1519f62f365786ab1a350c97a957b0be2 — h3rald 1 year, 3 months ago dce76b7
Fixes.
1 files changed, 1 insertions(+), 1 deletions(-)

M .github/workflows/ci.yml
M .github/workflows/ci.yml => .github/workflows/ci.yml +1 -1
@@ 49,7 49,7 @@ jobs:
        run: nifty build discount

      - name: Build
        run: nimble build -mm:refc -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: |