Skip to content

Commit b570d88

Browse files
authored
workaround for free disk space issue 14
1 parent 195b98a commit b570d88

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/desc-python-bleed-pr.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ jobs:
1111
name: Build on Ubuntu
1212
runs-on: ubuntu-22.04
1313
steps:
14+
# https://github.com/jlumbroso/free-disk-space/issues/14
15+
- name: Update Package List and Remove Dotnet
16+
run: |
17+
sudo apt-get update
18+
sudo apt-get remove -y '^dotnet-.*'
1419
- name: Free Disk Space (Ubuntu)
1520
uses: jlumbroso/free-disk-space@main
1621
with:

0 commit comments

Comments
 (0)