Skip to content

Commit cc2bbe3

Browse files
committed
Fix shell parameter for run task
1 parent 951365e commit cc2bbe3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,7 @@ runs:
496496
497497
- name: Free up disk space
498498
if: ${{ inputs.free-disk-space == 'true' }}
499+
shell: bash
499500
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
500501

501502
- name: Prepare Android Emulator Test Script

0 commit comments

Comments
 (0)