Skip to content

Commit 5ef996e

Browse files
committedSep 19, 2023
chore: temporary workaround
1 parent 8a7fd67 commit 5ef996e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎.github/workflows/release.yml

+6
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ jobs:
1515
CGO_ENABLED: 0
1616

1717
steps:
18+
# temporary workaround for an error in free disk space action
19+
# https://github.com/jlumbroso/free-disk-space/issues/14
20+
- name: Update Package List and Remove Dotnet
21+
run: |
22+
sudo apt-get update
23+
sudo apt-get remove -y '^dotnet-.*'
1824
1925
# https://github.com/marketplace/actions/free-disk-space-ubuntu
2026
- name: Free Disk Space

0 commit comments

Comments
 (0)
Please sign in to comment.