Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ runs:
- name: Maximize build disk space
shell: bash
run: |
! mountpoint -q /mnt && exit 0
set -euo pipefail

BUILD_MOUNT_PATH="${{ inputs.build-mount-path }}"
Expand Down Expand Up @@ -126,7 +127,7 @@ runs:
sudo rm -rf /usr/local/lib/android
fi
if [[ ${{ inputs.remove-haskell }} == 'true' ]]; then
sudo rm -rf /opt/ghc
sudo rm -rf /usr/local/.ghcup
fi
if [[ ${{ inputs.remove-codeql }} == 'true' ]]; then
sudo rm -rf /opt/hostedtoolcache/CodeQL
Expand Down