Skip to content

Commit

Permalink
attempt at free up disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
binhex committed Jun 21, 2024
1 parent 4af4a61 commit 819c3e3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/workflow-docker-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ jobs:
echo "[debug] Generated app name is '${app_name}'"
echo "app_name=$app_name" >> $GITHUB_OUTPUT
id: generate_app_name
- name: Removing built in tooling to free up space
shell: bash
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf "${AGENT_TOOLSDIRECTORY}"
- name: Build amd64 image and export to Docker for testing
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit 819c3e3

Please sign in to comment.