Skip to content

Commit 81cd019

Browse files
authored
Add cleanup for build2 directory in postcompile script to save space
1 parent 5ee0e9b commit 81cd019

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/scripts/ubuntu-22.04/postcompile_build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ echo "${INSTALL_PATH}/odb/bin" >> $GITHUB_PATH
66
echo "CMAKE_PREFIX_PATH=${INSTALL_PATH}/odb:$CMAKE_PREFIX_PATH" >> $GITHUB_ENV
77

88
# Clean up dependency sources and intermediate binaries to save space
9-
rm -rf ${DOWNLOAD_PATH}/odb
9+
rm -rf ${DOWNLOAD_PATH}/odb
10+
rm -rf ${INSTALL_PATH}/build2

0 commit comments

Comments
 (0)