Skip to content

Commit

Permalink
ci: update freebsd to latest release channel
Browse files Browse the repository at this point in the history
Instead of `quarterly`, to get access to recent packages.
  • Loading branch information
haasn committed Aug 18, 2023
1 parent edca263 commit ac4c88b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,11 @@ jobs:
copyback: false
usesh: true
prepare: |
# Update to latest release channel
mkdir -p /usr/local/etc/pkg/repos
echo "FreeBSD: { url: "pkg+http://pkg.freebsd.org/\${ABI}/latest" }" \
> /usr/local/etc/pkg/repos/FreeBSD.conf
pkg update
# Requested in ci/build-freebsd.sh
pkg install -y \
cmake \
Expand Down

0 comments on commit ac4c88b

Please sign in to comment.