ci: remove default folders that aren't needed to free up space

This commit is contained in:
Marie 2023-10-11 21:49:54 +02:00 committed by GitHub
parent 203fdb82f1
commit d748e6cfbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,10 @@ jobs:
contents: read
packages: write
steps:
- name: Remove unnecessary files
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- name: Check out the repo
uses: actions/checkout@v4.1.0
- name: Set up Docker Buildx