Skip to content

Commit 855c5a8

Browse files
committed
Fix GitHub run error
check-compile-freebsd.yml fails for an unknown reason. Revert to an earlier package.
1 parent 0d8262f commit 855c5a8

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/check-compile-freebsd.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,18 @@ jobs:
1414
envs: 'CXXFLAGS'
1515
usesh: true
1616
prepare: |
17+
# Force stable quarterly repo (fix pkg issues)
18+
mkdir -p /usr/local/etc/pkg/repos
19+
cat > /usr/local/etc/pkg/repos/FreeBSD.conf <<'EOF'
20+
FreeBSD: {
21+
url: "pkg+https://pkg.FreeBSD.org/${ABI}/quarterly",
22+
mirror_type: "srv",
23+
signature_type: "fingerprints",
24+
fingerprints: "/usr/share/keys/pkg",
25+
enabled: yes
26+
}
27+
EOF
28+
pkg update -f
1729
pkg install -y meson pkgconf evdev-proto libgudev libxml++ bash libevdev
1830
pkg install -y desktop-file-utils gettext-tools libarchive
1931
pkg install -y curl

0 commit comments

Comments
 (0)