all repos — hastysite @ 440055773d22fe1c0d1e19a3029112e5d1cb54fe

A high-performance static site generator.

Attempting to fix windows build.
h3rald h3rald@h3rald.com
Sun, 20 Oct 2024 12:52:31 +0200
commit

440055773d22fe1c0d1e19a3029112e5d1cb54fe

parent

a1c58fc08dfd10dfacb1fe9b4ae3321163e2d4cc

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

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

@@ -84,6 +84,11 @@ - name: Build (macOs)

run: nimble build -y -d:release --opt:size --mm:refc if: matrix.os == 'macos-13' + # Install min separately on Windows + - name: Install min (Windows) + run: nimble install -y -p:-d:ssl -p:--mm:refc -p:--opt:size -p:--gcc.exe:x86_64-w64-mingw32-gcc -p:--gcc.linkerexe:x86_64-w64-mingw32-gcc min + if: matrix.os == 'windows-latest' + # Build for Windows - name: Build (Windows) run: nimble build -v -y -d:release --mm:refc --opt:size --gcc.exe:x86_64-w64-mingw32-gcc --gcc.linkerexe:x86_64-w64-mingw32-gcc