Skip to content

Commit

Permalink
GHA openbsd: need some system packages for pingr
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Oct 24, 2024
1 parent dc32eb8 commit b75440a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/openbsd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ jobs:

- uses: r-hub/actions/debug-shell@v1

- name: Install system packages (for pingr)
run: |
pkg_add -I libbind
cd /usr/local/lib && ln -s libbind/libbind.so* .
shell: openbsd {0}

- uses: r-lib/actions/setup-r-dependencies@v2
with:
pak-version: none
Expand Down

0 comments on commit b75440a

Please sign in to comment.