Skip to content

Commit

Permalink
Remove google-cloud-sdk from clean up step on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
deniscostadsc committed Sep 27, 2023
1 parent d36e63d commit 850f839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
sudo apt-get remove -y '^mysql-.*'
sudo apt-get remove -y '^postgresql-.*'
sudo apt-get remove -y 'php.*'
sudo apt-get remove -y azure-cli google-cloud-sdk google-chrome-stable firefox powershell mono-devel
sudo apt-get remove -y azure-cli google-chrome-stable firefox powershell mono-devel
sudo apt-get autoremove -y
sudo apt-get clean
rm -rf /usr/share/dotnet/
Expand Down

0 comments on commit 850f839

Please sign in to comment.