Fixes.
h3rald h3rald@h3rald.com
Tue, 15 Aug 2023 15:02:03 +0000
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
.github/workflows/ci.yml
→
.github/workflows/ci.yml
@@ -49,7 +49,7 @@ - name: Build discount
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: |