From 3ac70b0d9ecad319a7b7dbd271f6c0bfe79f1ae6 Mon Sep 17 00:00:00 2001 From: Kirill Chernyshov Date: Fri, 4 Oct 2019 11:43:28 +0200 Subject: [PATCH] Disable windows build atm --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index d3c826c..19bcc4f 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -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