Skip to content

Commit

Permalink
free up space on build machine
Browse files Browse the repository at this point in the history
  • Loading branch information
pluja committed Oct 27, 2023
1 parent 16d4541 commit 21fc847
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/docker-transcription-api-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Free disk space
run: |
sudo docker rmi $(docker image ls -aq) >/dev/null 2>&1 || true
sudo rm -rf /usr/share/dotnet || true
sudo rm -rf "$AGENT_TOOLSDIRECTORY" || true
sudo rm -rf /usr/local/lib/android /opt/ghc /usr/local/share/powershell /usr/share/swift /usr/local/.ghcup /usr/lib/jvm || true
echo "some directories deleted"
- name: Checkout
uses: actions/checkout@v4

Expand Down

0 comments on commit 21fc847

Please sign in to comment.