From 56ed7bed5d898ef23ff016b985cdc2c0afef8671 Mon Sep 17 00:00:00 2001 From: Ashwin Maroli Date: Wed, 12 Aug 2020 15:34:09 +0530 Subject: [PATCH] Stop testing on Windows via GitHub Actions The builds seem to be choking for the past few days due to the presence of symlinked files. Fortunately, AppVeyor builds continue to run as before. --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e04bf25a..6252332a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,6 @@ jobs: - default-site os: - ubuntu-latest - - windows-latest steps: - uses: actions/checkout@v2 with: