Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
wdeconinck committed Feb 14, 2025
1 parent 9fee1e8 commit 794681c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build-hpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,14 +210,13 @@ jobs:
echo "::group::Cleanup"
set -x
rm -r $name
rm -r build
rm -r $BASEDIR/install
{% for repo_name in dependencies.keys() %}
name=$(basename {{repo_name}})
rm -r $name
{% endfor %}
rm -r $name
rm -r build
rm -r $BASEDIR/install
echo "::endgroup::"

0 comments on commit 794681c

Please sign in to comment.