Use msvc toolchain for creating release binaries

The GNU toolchain seems to fail on compiling cloudflare-zlib-sys
This commit is contained in:
Josh Holmer 2020-05-11 08:41:51 -04:00 committed by GitHub
parent 2f791fe909
commit 9d156723c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable-x86_64-pc-windows-gnu
toolchain: stable
override: true
- name: Build oxipng
run: |