Explorar o código

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.
Anonymous Maarten %!s(int64=2) %!d(string=hai) anos
pai
achega
904e4a6e7c
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      .github/workflows/vmactions.yml

+ 2 - 0
.github/workflows/vmactions.yml

@@ -56,6 +56,8 @@ jobs:
             -DSDL_CHECK_REQUIRED_LINK_OPTIONS="-L/usr/local/lib"
             -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 --verbose -- -j`sysctl -n hw.ncpu`
           cmake --build build/ --config Release --target package
           cmake --build build/ --config Release --target package
+          
+          cmake --build build/ --config Release --target clean
     - uses: actions/upload-artifact@v3
     - uses: actions/upload-artifact@v3
       with:
       with:
         if-no-files-found: error
         if-no-files-found: error