Use msvc toolchain for creating release binaries
The GNU toolchain seems to fail on compiling cloudflare-zlib-sys
This commit is contained in:
parent
2f791fe909
commit
9d156723c0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue