We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d8262f commit 855c5a8Copy full SHA for 855c5a8
1 file changed
.github/workflows/check-compile-freebsd.yml
@@ -14,6 +14,18 @@ jobs:
14
envs: 'CXXFLAGS'
15
usesh: true
16
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
29
pkg install -y meson pkgconf evdev-proto libgudev libxml++ bash libevdev
30
pkg install -y desktop-file-utils gettext-tools libarchive
31
pkg install -y curl
0 commit comments