Skip to content

Commit

Permalink
Remove homebrew from packages to remove
Browse files Browse the repository at this point in the history
  • Loading branch information
kayabaNerve committed Oct 11, 2023
1 parent 7492adc commit 3261fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ runs:
- name: Remove unused packages
shell: bash
run: |
sudo apt remove -y *msbuild* *powershell* *nuget* *homebrew* *bazel* *ansible* *terraform* *heroku* *aws* *azure*
sudo apt remove -y *msbuild* *powershell* *nuget* *bazel* *ansible* *terraform* *heroku* *aws* *azure*
sudo apt remove -y *nvm* *nodejs* *npm* *yarn* *java* *kotlin* *go* *swift* *julia* *fortran* *android*
sudo apt remove -y *apache2* *nginx* *firefox* *chromium* *chrome* *edge*
sudo apt remove -y *qemu* *sql* *texinfo* *imagemagick*
Expand Down

0 comments on commit 3261fde

Please sign in to comment.