Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
XVilka authored May 27, 2020
1 parent 7d7b5f9 commit 290bdfd
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,22 @@ environment:
matrix:
- channel: stable
target: i686-pc-windows-msvc
type: msvc
- channel: stable
target: x86_64-pc-windows-msvc
type: msvc
- channel: stable
target: i686-pc-windows-gnu
type: gnu
- channel: stable
target: x86_64-pc-windows-gnu
- channel: beta
target: i686-pc-windows-msvc
- channel: beta
target: x86_64-pc-windows-msvc
type: gnu
- channel: nightly
target: i686-pc-windows-msvc
type: msvc
- channel: nightly
target: x86_64-pc-windows-msvc
type: msvc
- channel: beta
target: i686-pc-windows-gnu
- channel: beta
target: x86_64-pc-windows-gnu
- channel: nightly
target: i686-pc-windows-gnu
type: gnu
Expand Down

0 comments on commit 290bdfd

Please sign in to comment.