Skip to content

Commit

Permalink
github: Clean up after building in the chart script
Browse files Browse the repository at this point in the history
  • Loading branch information
torokati44 authored and levy committed Oct 11, 2023
1 parent 08d2a87 commit 77efb5f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/chart-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ jobs:
source $GITHUB_WORKSPACE/inet/_scripts/github/build-inet.sh
echo "::group::Reclaiming some disk space"
rm -rf $GITHUB_WORKSPACE/omnetpp/out
rm -rf $GITHUB_WORKSPACE/inet/out
ccache -cCz
echo "::endgroup::"
echo "::group::Cloning inet media repository"
git clone https://github.com/inet-framework/media.git
echo "::endgroup::"
Expand Down

0 comments on commit 77efb5f

Please sign in to comment.