Skip to content

Commit

Permalink
Remove nvm due to nvme, go -> golang
Browse files Browse the repository at this point in the history
  • Loading branch information
kayabaNerve committed Oct 11, 2023
1 parent fec036d commit a170d8c
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 @@ -24,7 +24,7 @@ runs:
shell: bash
run: |
sudo apt remove -y "*msbuild*" "*powershell*" "*nuget*" "*bazel*" "*ansible*" "*terraform*" "*heroku*" "*aws*" azure-cli
sudo apt remove -y "*nvm*" "*nodejs*" "*npm*" "*yarn*" "*java*" "*kotlin*" "*go*" "*swift*" "*julia*" "*fortran*" "*android*"
sudo apt remove -y "*nodejs*" "*npm*" "*yarn*" "*java*" "*kotlin*" "*golang*" "*swift*" "*julia*" "*fortran*" "*android*"
sudo apt remove -y "*apache2*" "*nginx*" "*firefox*" "*chromium*" "*chrome*" "*edge*"
sudo apt remove -y "*qemu*" "*sql*" "*texinfo*" "*imagemagick*"
sudo apt autoremove -y
Expand Down

0 comments on commit a170d8c

Please sign in to comment.