diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index ff98997c..cfaede22 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -31,6 +31,9 @@ jobs: OMPI_ALLOW_RUN_AS_ROOT_CONFIRM: 1 OMPI_MCA_btl_vader_single_copy_mechanism: none steps: + # https://github.com/orgs/community/discussions/25678#discussioncomment-5242449 + - name: Delete huge unnecessary tools folder + run: rm -rf /opt/hostedtoolcache - name: Cancel Previous Runs uses: styfle/cancel-workflow-action@0.12.0 with: