Skip to content

Commit

Permalink
added -y
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorier committed Sep 17, 2024
1 parent 09ed625 commit b7a2913
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ runs:
- name: Cleanup mochi-spack-packages
shell: bash
run: |
spack env rm myenv
spack uninstall --all
spack env rm -y myenv
spack uninstall -y --all
spack clean --all
rm -rf mochi-spack-packages

0 comments on commit b7a2913

Please sign in to comment.