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.
2 parents dd1d0f3 + 7e0b802 commit e255fe8Copy full SHA for e255fe8
.github/workflows/build.yml
@@ -35,7 +35,6 @@ jobs:
35
with:
36
name: solc-windows
37
path: build\solc\Release\solc.exe
38
- compression-level: 0
39
40
b_macos:
41
runs-on: [ self-hosted, macOS ]
@@ -52,7 +51,6 @@ jobs:
52
51
53
name: solc-macos
54
path: build/solc/solc
55
56
57
b_linux:
58
runs-on: [ self-hosted, Linux, for-linux ]
@@ -80,7 +78,6 @@ jobs:
80
78
81
79
name: solc-linux
82
83
84
85
b_ems:
86
runs-on: [ self-hosted, Linux, for-ems ]
@@ -107,7 +104,6 @@ jobs:
107
104
108
105
name: solc-ems
109
106
path: upload/soljson.js
110
111
112
upload-to-s3:
113
needs: [ b_windows, b_macos, b_linux, b_ems ]
0 commit comments