Skip to content

Commit a01d505

Browse files
authored
Merge pull request #1302 from Phala-Network/build-contracts
CI: Try remove Max space from build-contracts
2 parents ee25ea4 + 97b02bb commit a01d505

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,6 @@ jobs:
6565
name: Build contracts
6666
runs-on: ubuntu-20.04
6767
steps:
68-
- name: Maximize build space
69-
uses: easimon/maximize-build-space@master # https://github.com/easimon/maximize-build-space
70-
with:
71-
root-reserve-mb: 4096
72-
temp-reserve-mb: 1024
73-
swap-size-mb: 8192
74-
remove-dotnet: "true"
75-
remove-android: "true"
76-
remove-haskell: "true"
7768
- uses: actions/checkout@v3
7869
with:
7970
submodules: 'true'

0 commit comments

Comments
 (0)