From 904e4a6e7c85d39e3c24ccdd6b0f268b956bedd7 Mon Sep 17 00:00:00 2001 From: Anonymous Maarten Date: Wed, 22 Mar 2023 01:55:02 +0100 Subject: [PATCH] ci: reduce amount of data copied back from VM in FreeBSD action By reducing the amount of data to be copied back from the VM to the host, we hope that the chance on failure is reduced. --- .github/workflows/vmactions.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/vmactions.yml b/.github/workflows/vmactions.yml index a346efb14e..f701c8dbb0 100644 --- a/.github/workflows/vmactions.yml +++ b/.github/workflows/vmactions.yml @@ -56,6 +56,8 @@ jobs: -DSDL_CHECK_REQUIRED_LINK_OPTIONS="-L/usr/local/lib" cmake --build build/ --config Release --verbose -- -j`sysctl -n hw.ncpu` cmake --build build/ --config Release --target package + + cmake --build build/ --config Release --target clean - uses: actions/upload-artifact@v3 with: if-no-files-found: error