We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41a7c7b commit 3af9a49Copy full SHA for 3af9a49
.github/workflows/build.yml
@@ -516,7 +516,7 @@ jobs:
516
- name: Checkout repository
517
uses: actions/checkout@v4
518
- name: Build on VM
519
- uses: vmactions/[email protected].3
+ uses: vmactions/[email protected].4
520
with:
521
release: "9.4"
522
copyback: false
@@ -529,6 +529,7 @@ jobs:
529
flex \
530
gcc13 \
531
gnome-tracker \
532
+ heimdal \
533
libcups \
534
libevent \
535
libgcrypt \
@@ -547,6 +548,7 @@ jobs:
547
548
-Dpkg_config_path=/usr/pkg/lib/pkgconfig \
549
-Dwith-appletalk=true \
550
-Dwith-dtrace=false \
551
+ -Dwith-krbV-uam=false \
552
-Dwith-tests=true
553
meson compile -C build
554
cd build
0 commit comments