We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ab58a3 commit 4c0c58eCopy full SHA for 4c0c58e
1 file changed
.github/workflows/test.yml
@@ -12,6 +12,8 @@ jobs:
12
build-amd64:
13
runs-on: ubuntu-latest
14
steps:
15
+ - name: Prepare additional disk space
16
+ run: rm -rf /opt/hostedtoolcache
17
- name: Checkout
18
uses: actions/checkout@v4
19
- name: Prepare image metadata
@@ -37,6 +39,8 @@ jobs:
37
39
build-arm64:
38
40
41
42
43
44
45
46
0 commit comments