Skip to content

Commit

Permalink
fixup! Change generate_windows_spec to build with without_zlib and wi…
Browse files Browse the repository at this point in the history
…thout_openssl
  • Loading branch information
straight-shoota committed Jan 29, 2020
1 parent 1607bf0 commit 8b64ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
make
- name: Cross-compile stdlib specs
run: |
bin/crystal build --cross-compile --target x86_64-pc-windows-msvc --exclude-warnings spec/std spec/std_spec.cr
bin/crystal build --cross-compile --target x86_64-pc-windows-msvc --exclude-warnings spec/std spec/std_spec.cr -Dwithout_zlib -Dwithout_openssl
- name: Upload compiled object
uses: actions/upload-artifact@v1
with:
Expand Down

0 comments on commit 8b64ebd

Please sign in to comment.