github/workflows: do not copyback files from freebsd VM

It is unstable and fails quite often. Just disable it and remove log
printing of failure.
This commit is contained in:
Kacper Michajłow 2023-06-26 20:34:53 +02:00 committed by sfan5
parent a6a72f2c86
commit e7902eb83d
1 changed files with 1 additions and 15 deletions

View File

@ -176,6 +176,7 @@ jobs:
uses: vmactions/freebsd-vm@v0
with:
mem: 8192
copyback: false
usesh: true
prepare: |
# Requested in ci/build-freebsd.sh
@ -219,21 +220,6 @@ jobs:
./ci/build-freebsd.sh
meson test -C build
- name: Print meson log
if: ${{ failure() }}
run: |
cat ./build/meson-logs/meson-log.txt
- name: Print meson test log
if: ${{ failure() }}
run: |
cat ./build/meson-logs/testlog.txt
- name: Print waf log
if: ${{ failure() }}
run: |
cat ./build_waf/config.log
msys2:
runs-on: windows-latest
strategy: