Skip to content

Commit

Permalink
Fixing windows build.
Browse files Browse the repository at this point in the history
  • Loading branch information
h3rald committed Oct 20, 2024
1 parent 4400557 commit 9d02031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add-artifacts-to-current-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:

# 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
Expand Down

0 comments on commit 9d02031

Please sign in to comment.