Disable windows build atm

This commit is contained in:
Kirill Chernyshov 2019-10-04 11:43:28 +02:00
parent 281b3d110e
commit 3ac70b0d9e
No known key found for this signature in database
GPG Key ID: 425B3AB78FBCFBDB

View File

@ -6,7 +6,7 @@ jobs:
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
operating-system: [ubuntu-latest, macOS-latest]
steps:
- name: Checkout
uses: actions/checkout@master