mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-07 02:16:26 +00:00
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.
This commit is contained in:

committed by
Anonymous Maarten

parent
e66f4fa71c
commit
904e4a6e7c
2
.github/workflows/vmactions.yml
vendored
2
.github/workflows/vmactions.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user