Skip to content

Commit

Permalink
ci: free-disk-space: Account for package name change
Browse files Browse the repository at this point in the history
google-cloud-sdk is now google-cloud-cli.

Signed-off-by: Jan Kiszka <[email protected]>
  • Loading branch information
jan-kiszka committed Oct 5, 2023
1 parent ec5e528 commit 61aa372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/free-disk-space/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ runs:
steps:
- name: Free disk space
run: |
sudo apt-get purge 'dotnet*' google-chrome-stable 'temurin*' google-cloud-sdk azure-cli 'mongodb*' powershell firefox chromium 'llvm*' 'libllvm*' 'mysql*' libgl1-mesa-dri apache2 'mono*' 'swift*' microsoft-edge-stable default-jre-headless 'aspnetcore*'
sudo apt-get purge 'dotnet*' google-chrome-stable 'temurin*' google-cloud-cli azure-cli 'mongodb*' powershell firefox chromium 'llvm*' 'libllvm*' 'mysql*' libgl1-mesa-dri apache2 'mono*' 'swift*' microsoft-edge-stable default-jre-headless 'aspnetcore*'
sudo rm -rf /usr/local/* /opt/hostedtoolcache /opt/pipx* /opt/az
shell: bash
- name: Show disk space usage
Expand Down

0 comments on commit 61aa372

Please sign in to comment.