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 4df9885 commit e3f20deCopy full SHA for e3f20de
.github/workflows/release.yml
@@ -32,6 +32,9 @@ jobs:
32
with:
33
ref: "${{ env.TAG_REF }}"
34
35
+ - name: Free up disk space in runner
36
+ uses: ./.github/actions/disk-cleanup
37
+
38
- name: Set up JDK 17
39
uses: actions/setup-java@v4
40
.github/workflows/reprocheck.yml
@@ -30,6 +30,9 @@ jobs:
30
31
- name: Set up builder image
run: docker compose build
working-directory: reproducible-builds
0 commit comments