Skip to content

Commit 0920080

Browse files
funboarder13920valentin
and
valentin
authored
free space for build, do not stop if a build is failing (#2588)
* free space for build, use dockerx, do not stop if a build is failing --------- Co-authored-by: valentin <[email protected]>
1 parent cb1cb22 commit 0920080

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/build.yml

+10
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,18 @@ jobs:
2323
strategy:
2424
matrix:
2525
cuda_version: [11.8.0, 12.1.0]
26+
fail-fast: false
2627
permissions: write-all
2728
steps:
29+
- name: Maximize build space
30+
uses: easimon/maximize-build-space@master
31+
with:
32+
root-reserve-mb: 512
33+
swap-size-mb: 10
34+
remove-dotnet: 'true'
35+
remove-android: 'true'
36+
remove-haskell: 'true'
37+
overprovision-lvm: 'true'
2838
- name: Checkout opennmt repo
2939
uses: actions/checkout@v4
3040
- name: Login to ghcr

0 commit comments

Comments
 (0)