Skip to content

Commit

Permalink
remove unrequired packages
Browse files Browse the repository at this point in the history
  • Loading branch information
binhex committed Jul 2, 2024
1 parent 80bddbb commit 741bc90
Show file tree
Hide file tree
Showing 2 changed files with 10 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 @@ -65,6 +65,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: Wandalen/wretry.action@v3
with:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/workflow-docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,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: Wandalen/wretry.action@v3
with:
Expand Down

0 comments on commit 741bc90

Please sign in to comment.