diff --git a/.github/workflows/nim.yml b/.github/workflows/nim.yml index 5fc2e379..9ab5c6e0 100644 --- a/.github/workflows/nim.yml +++ b/.github/workflows/nim.yml @@ -64,7 +64,7 @@ jobs: run: nimble -y release build_freebsd: - needs: tests + #needs: tests runs-on: ubuntu-latest steps: @@ -77,7 +77,7 @@ jobs: usesh: true prepare: | sed -i '' -e 's/quarterly/latest/g' /etc/pkg/FreeBSD.conf - pkg install -y git nimble + pkg install -y git nimble ca_root_nss run: | export PATH=$PATH:$HOME/.nimble/bin:/usr/local/nim/bin git config --global --add safe.directory /home/runner/work/nish/nish