We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 951365e commit cc2bbe3Copy full SHA for cc2bbe3
action.yml
@@ -496,6 +496,7 @@ runs:
496
497
- name: Free up disk space
498
if: ${{ inputs.free-disk-space == 'true' }}
499
+ shell: bash
500
run: sudo rm -rf /Applications/Xcode_1[4567]*.app /opt/microsoft /opt/google /opt/az /usr/share/miniconda /usr/share/az* /usr/share/glade* /usr/local/share/chromium /usr/local/share/powershell /usr/share/dotnet /opt/ghc /usr/local/.ghcup /usr/local/julia* /opt/hostedtoolcache/CodeQL /usr/local/share/boost
501
502
- name: Prepare Android Emulator Test Script
0 commit comments