Skip to content

Commit 4c0c58e

Browse files
committed
Prepare more disk space
1 parent 6ab58a3 commit 4c0c58e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
build-amd64:
1313
runs-on: ubuntu-latest
1414
steps:
15+
- name: Prepare additional disk space
16+
run: rm -rf /opt/hostedtoolcache
1517
- name: Checkout
1618
uses: actions/checkout@v4
1719
- name: Prepare image metadata
@@ -37,6 +39,8 @@ jobs:
3739
build-arm64:
3840
runs-on: ubuntu-latest
3941
steps:
42+
- name: Prepare additional disk space
43+
run: rm -rf /opt/hostedtoolcache
4044
- name: Checkout
4145
uses: actions/checkout@v4
4246
- name: Prepare image metadata

0 commit comments

Comments
 (0)