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
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ jobs:
copyback: false
release: "15.0"
prepare: |
# Refresh pkg to handle metadata format changes on FreeBSD 15.0
env ASSUME_ALWAYS_YES=yes pkg bootstrap -f
pkg update -f

# Install required packages
pkg install -y git curl portlint go

Expand Down
Loading