Skip to content

Commit e255fe8

Browse files
Merge pull request #96 from yanghang8612/remove_unused_compression
Remove unused compression config in build.yml
2 parents dd1d0f3 + 7e0b802 commit e255fe8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
with:
3636
name: solc-windows
3737
path: build\solc\Release\solc.exe
38-
compression-level: 0
3938

4039
b_macos:
4140
runs-on: [ self-hosted, macOS ]
@@ -52,7 +51,6 @@ jobs:
5251
with:
5352
name: solc-macos
5453
path: build/solc/solc
55-
compression-level: 0
5654

5755
b_linux:
5856
runs-on: [ self-hosted, Linux, for-linux ]
@@ -80,7 +78,6 @@ jobs:
8078
with:
8179
name: solc-linux
8280
path: build/solc/solc
83-
compression-level: 0
8481

8582
b_ems:
8683
runs-on: [ self-hosted, Linux, for-ems ]
@@ -107,7 +104,6 @@ jobs:
107104
with:
108105
name: solc-ems
109106
path: upload/soljson.js
110-
compression-level: 0
111107

112108
upload-to-s3:
113109
needs: [ b_windows, b_macos, b_linux, b_ems ]

0 commit comments

Comments
 (0)