Workaround for CI failure on Windows

This commit is contained in:
Mark Spanbroek 2021-04-06 09:27:23 +02:00 committed by markspanbroek
parent bf524cf70f
commit a4a802b97d
1 changed files with 10 additions and 0 deletions

View File

@ -12,6 +12,16 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: iffy/install-nim@v3
# 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