We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a7fd67 commit 5ef996eCopy full SHA for 5ef996e
.github/workflows/release.yml
@@ -15,6 +15,12 @@ jobs:
15
CGO_ENABLED: 0
16
17
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-.*'
24
25
# https://github.com/marketplace/actions/free-disk-space-ubuntu
26
- name: Free Disk Space
0 commit comments