Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavm-nvidia committed Nov 23, 2024
1 parent 0266303 commit 0c7b55c
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,6 @@ jobs:
- ${{ github.workspace }}:/core

steps:
# Based on https://stackoverflow.com/q/75536771
- name: Free disk space
run: |
sudo docker system prune -a -f
sudo rm -rf \
/usr/share/dotnet "$AGENT_TOOLSDIRECTORY" /usr/local/lib/android /opt/ghc \
/usr/local/share/powershell /usr/share/swift /usr/local/.ghcup \
/usr/lib/jvm
sudo apt-get purge microsoft-edge-stable || true
sudo apt-get purge google-cloud-cli || true
sudo apt-get purge dotnet-sdk-* || true
sudo apt-get purge google-chrome-stable || true
sudo apt-get autoremove -y
sudo apt-get autoclean -y
- uses: actions/checkout@v3

- name: Install dependencies
Expand Down

0 comments on commit 0c7b55c

Please sign in to comment.