Skip to content

Commit

Permalink
Install prerequisites on freebsd
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Dec 19, 2024
1 parent 66ec645 commit 171dccb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/bindists.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,9 @@ jobs:
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3

- name: Install prerequisites
run: sudo pkg install -y curl gcc gmp gmake ncurses perl5 pkgconf libffi libiconv

- name: Run build
run: .github/workflows/install-bindist.sh

Expand Down

0 comments on commit 171dccb

Please sign in to comment.