Skip to content

Commit 0a3950d

Browse files
Luca FoppianoLuca Foppiano
authored andcommitted
target the right place
1 parent 8d21721 commit 0a3950d

File tree

1 file changed

+11
-18
lines changed

1 file changed

+11
-18
lines changed

.github/workflows/ci-build-unstable.yml

Lines changed: 11 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,6 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- name: Maximize build space
16-
uses: easimon/maximize-build-space@master
17-
with:
18-
build-mount-path: /var/lib/docker/
19-
remove-dotnet: 'true'
20-
remove-android: 'true'
21-
remove-haskell: 'true'
22-
remove-codeql: 'true'
23-
remove-docker-images: 'true'
24-
- name: Restart docker
25-
run: sudo service docker restart
2615
- uses: actions/checkout@v4
2716
- name: Set up JDK 17
2817
uses: actions/setup-java@v4
@@ -48,13 +37,17 @@ jobs:
4837
runs-on: ubuntu-latest
4938

5039
steps:
51-
- name: Create more disk space
52-
run: |
53-
sudo rm -rf /usr/share/dotnet
54-
sudo rm -rf /opt/ghc
55-
sudo rm -rf "/usr/local/share/boost"
56-
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
57-
sudo rm -rf /opt/hostedtoolcache
40+
- name: Maximize build space
41+
uses: easimon/maximize-build-space@master
42+
with:
43+
build-mount-path: /var/lib/docker/
44+
remove-dotnet: 'true'
45+
remove-android: 'true'
46+
remove-haskell: 'true'
47+
remove-codeql: 'true'
48+
remove-docker-images: 'true'
49+
- name: Restart docker
50+
run: sudo service docker restart
5851
- uses: actions/checkout@v4
5952
- name: Build and push
6053
id: docker_build

0 commit comments

Comments
 (0)