Revert FreeBSD VM actions from main git branch to git tag

* do not copy back files

Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
This commit is contained in:
Toni Uhlig 2025-11-23 12:26:13 +01:00 committed by Toni
parent d629fda779
commit b6633a7c3a
2 changed files with 2 additions and 3 deletions

View file

@ -23,9 +23,10 @@ jobs:
- uses: actions/checkout@v4
- name: Test in FreeBSD
id: test
uses: vmactions/freebsd-vm@main
uses: vmactions/freebsd-vm@v1.2.9
with:
usesh: true
copyback: false
prepare: |
pkg install -y bash autoconf automake cmake gmake libtool gettext pkgconf gcc \
git wget unzip flock \

View file

@ -42,8 +42,6 @@ CXX=${CXX:-}
AR=${AR:-}
RANLIB=${RANLIB:-}
PKG_CONFIG=${PKG_CONFIG:-}
NDPI_CFLAGS=${NDPI_CFLAGS:-}
NDPI_LDFLAGS=${NDPI_LDFLAGS:-}
CFLAGS=${CFLAGS:-}
LDFLAGS=${LDFLAGS:-}
ADDITIONAL_ARGS=${ADDITIONAL_ARGS:-}