Skip to content

Commit

Permalink
tests: added missing package for FreeBSD in GitHub workflow
Browse files Browse the repository at this point in the history
FossilOrigin-Name: f06cd7dffe76ab75d06e8fb2a3e19883a087aa8cd24d48d27a7fde466b39a544
  • Loading branch information
thindil committed Dec 24, 2023
1 parent 03912c2 commit cff12ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
run: nimble -y release

build_freebsd:
needs: tests
#needs: tests
runs-on: ubuntu-latest

steps:
Expand All @@ -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
Expand Down

0 comments on commit cff12ea

Please sign in to comment.