Skip to content

Commit 195b98a

Browse files
authored
work around for free disk space issue 14
1 parent fc9195b commit 195b98a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
name: Build on Ubuntu
1818
runs-on: ubuntu-22.04
1919
steps:
20+
# https://github.com/jlumbroso/free-disk-space/issues/14
21+
- name: Update Package List and Remove Dotnet
22+
run: |
23+
sudo apt-get update
24+
sudo apt-get remove -y '^dotnet-.*'
2025
- name: Free Disk Space (Ubuntu)
2126
uses: jlumbroso/free-disk-space@main
2227
with:

0 commit comments

Comments
 (0)