Skip to content

Commit

Permalink
Free up space
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Feb 24, 2024
1 parent 105705b commit d4d48ba
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/monkeyplug-build-push-vosk-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,17 @@ jobs:
shell: bash
run: echo "url=$(echo ${{ matrix.value }} | cut -d'~' -f2)" >> $GITHUB_OUTPUT
id: extract_url
-
name: Free up space
shell: bash
run: echo "url=$(echo ${{ matrix.value }} | cut -d'~' -f2)" >> $GITHUB_OUTPUT
id: remove_useless_stuff
run: |
sudo rm -rf /usr/share/dotnet \
/usr/local/lib/android \
/opt/ghc \
/usr/local/share/boost \
"$AGENT_TOOLSDIRECTORY" || true
-
name: Build (VOSK)
id: build-vosk-image
Expand Down

0 comments on commit d4d48ba

Please sign in to comment.