diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f383abb..e5c2771 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,6 +49,8 @@ jobs: extract: true - name: Setup env run: | + # needed for nimble on windows + curl -L "https://curl.se/ca/cacert.pem" -o cacert.pem echo "$PWD" >> $GITHUB_PATH - name: Build nph