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 e8583db commit 77c0a52Copy full SHA for 77c0a52
1 file changed
.github/workflows/ci.yml
@@ -17,17 +17,16 @@ jobs:
17
name: "Dive CI"
18
dive:
19
runs-on: ubuntu-latest
20
- name: Analyze image efficiency
21
steps:
22
- - name: Maximize build space
23
- uses: easimon/maximize-build-space@v10
24
- with:
25
- root-reserve-mb: 1024
26
- swap-size-mb: 0
27
- remove-dotnet: true
28
- remove-android: true
29
- remove-haskell: true
30
- remove-codeql: true
+ - name: Maximize build space
+ uses: easimon/maximize-build-space@v10
+ with:
+ root-reserve-mb: 1024
+ swap-size-mb: 0
+ remove-dotnet: true
+ remove-android: true
+ remove-haskell: true
+ remove-codeql: true
31
- name: Checkout
32
uses: actions/checkout@v2
33
- name: Build image
0 commit comments