From 9396fcb7d0bd8eac6a4557ee6d7852e5bb5743ea Mon Sep 17 00:00:00 2001 From: Mark Spanbroek Date: Mon, 10 May 2021 09:19:28 +0200 Subject: [PATCH] Remove workaround for CI issue --- .github/workflows/ci.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0290e5a..5c9e540 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,16 +14,6 @@ jobs: - uses: iffy/install-nim@v3 with: version: ${{ matrix.nim }} - - # workaround for https://github.com/iffy/install-nim/issues/11 - - name: Workaround SSL error with choosenim - run: | - curl -fO https://curl.se/ca/cacert.pem - install cacert.pem ~/.nimble/bin - ls ~/.nimble/bin - shell: bash - if: runner.os == 'Windows' - - name: Build run: nimble install -y - name: Test