Skip to content

Commit

Permalink
Attempting to fix windows build.
Browse files Browse the repository at this point in the history
  • Loading branch information
h3rald committed Oct 20, 2024
1 parent a1c58fc commit 4400557
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/add-artifacts-to-current-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@ jobs:
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
Expand Down

0 comments on commit 4400557

Please sign in to comment.