We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7f9a24 commit 8fdc0f4Copy full SHA for 8fdc0f4
.github/scripts/ubuntu-22.04/postcompile_build.sh
@@ -6,6 +6,14 @@ echo "${INSTALL_PATH}/odb/bin" >> $GITHUB_PATH
6
echo "CMAKE_PREFIX_PATH=${INSTALL_PATH}/odb:$CMAKE_PREFIX_PATH" >> $GITHUB_ENV
7
8
# Clean up dependency sources and intermediate binaries to save space
9
+echo "before"
10
+ls -lA ${DOWNLOAD_PATH}
11
+ls -lA ${INSTALL_PATH}
12
+ls -lA ./
13
rm -rf ${DOWNLOAD_PATH}/odb
14
rm -rf ${INSTALL_PATH}/build2
15
rm -rf ./build2-toolchain-*
16
+echo "after"
17
18
19
0 commit comments