Skip to content

Commit 0ca2c41

Browse files
authored
fix: free disk space on image build (#112)
1 parent 19411ed commit 0ca2c41

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/update-versions.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ jobs:
4646
packages: write
4747

4848
steps:
49+
- name: Free Disk Space (Ubuntu)
50+
uses: jlumbroso/free-disk-space@main
51+
with:
52+
tool-cache: true
53+
4954
- name: Checkout code
5055
uses: actions/checkout@v4
5156

0 commit comments

Comments
 (0)