all repos — hastysite @ 9d02031365ceda02b4e0b6a12aea3074bdd33ec7

A high-performance static site generator.

Fixing windows build.
h3rald h3rald@h3rald.com
Sun, 20 Oct 2024 13:01:18 +0200
commit

9d02031365ceda02b4e0b6a12aea3074bdd33ec7

parent

440055773d22fe1c0d1e19a3029112e5d1cb54fe

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

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

@@ -86,7 +86,7 @@ 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 + run: nimble install -y --passNim:-d:ssl --passNim:--mm:refc --passNim:--opt:size --passNim:--gcc.exe:x86_64-w64-mingw32-gcc --passNim:--gcc.linkerexe:x86_64-w64-mingw32-gcc min if: matrix.os == 'windows-latest' # Build for Windows