ci: remove default folders that aren't needed to free up space
This commit is contained in:
parent
203fdb82f1
commit
d748e6cfbd
1 changed files with 4 additions and 0 deletions
4
.github/workflows/docker-develop.yml
vendored
4
.github/workflows/docker-develop.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue