Skip to content

Commit

Permalink
ci: remove aptnet- package removal in javascript-typescript workflow
Browse files Browse the repository at this point in the history
Does not exist with ubuntu-22.04 runner.
  • Loading branch information
thewtex committed Sep 29, 2023
1 parent 08e1615 commit a07361f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/javascript-typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
# Workaround for https://github.com/actions/virtual-environments/issues/709
df -h
sudo apt-get update
sudo apt-get remove -y '^aspnet-.*'
sudo apt-get remove -y '^dotnet-.*'
sudo apt-get remove -y '^llvm-.*'
sudo apt-get remove -y 'php.*'
Expand Down

0 comments on commit a07361f

Please sign in to comment.