diff --git a/action.yaml b/action.yaml index 563e06d40d6..a41f453336a 100644 --- a/action.yaml +++ b/action.yaml @@ -42,6 +42,12 @@ runs: echo "COMPOSE_PROFILES=$COMPOSE_PROFILES" >> ${{ github.action_path }}/.env fi + - name: Cleanup runner image + shell: bash + run: | + ### Inspired by https://github.com/endersonmenezes/free-disk-space ### + sudo rm -rf /usr/local/.ghcup + - name: Setup dev environment shell: bash run: |