From 946a870ef49b9c4dea40a96e543c69a8bb0217e9 Mon Sep 17 00:00:00 2001 From: Mark Spanbroek Date: Wed, 3 Mar 2021 10:56:12 +0100 Subject: [PATCH] Disable testing on Windows for now Nimble fails to download packages with error: "No SSL/TLS CA certificates found" --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c9e540..330841b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macOS-latest, windows-latest] + os: [ubuntu-latest, macOS-latest] nim: [stable, 1.2.6] steps: - uses: actions/checkout@v2