Skip to content

Commit 76eb85c

Browse files
authored
Merge pull request #15 from pacoxu/patch-1
Add disk space cleanup step to CI workflow
2 parents b8c9552 + 1a8b4e5 commit 76eb85c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/workflow-golang-ci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ jobs:
5454
runs-on: ubuntu-latest
5555

5656
steps:
57+
- name: Free Disk Space
58+
uses: jlumbroso/[email protected]
59+
with:
60+
tool-cache: false
61+
5762
- name: Checkout code
5863
uses: actions/checkout@v2
5964

0 commit comments

Comments
 (0)