Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/reusable-freebsd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,10 @@ jobs:
copyback: false
disable-cache: true
prepare: |
pkg update
pkg upgrade -y
pkg install -y bash gmake gtar autoconf ncurses pkgconf
# Don't update base FreeBSD system, only required ports
pkg update -fr FreeBSD-ports
pkg upgrade -yr FreeBSD-ports
pkg install -yr FreeBSD-ports bash gmake gtar autoconf ncurses pkgconf

run: |
tar -xzf ./otp_src.tar.gz
Expand Down
Loading