Skip to content

Commit

Permalink
Clean up space in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vcastellm committed Feb 4, 2024
1 parent 1377bcd commit 7a2d490
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -24,6 +24,13 @@ jobs:
TAG=${GITHUB_REF#refs/tags/}
echo ::set-output name=tag_name::${TAG}
- name: Clean up
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- name: Set up QEMU
uses: docker/setup-qemu-action@v1

Expand Down

0 comments on commit 7a2d490

Please sign in to comment.