We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18f31d4 commit abb005fCopy full SHA for abb005f
1 file changed
.github/workflows/release_fixtures.yaml
@@ -75,26 +75,6 @@ jobs:
75
submodules: true
76
ref: ${{ inputs.branch }}
77
78
- - name: Fetch lllc
79
- uses: ./.github/actions/fetch-binary
80
- with:
81
- version: v1.0.0
82
- repo_owner: felix314159
83
- repo_name: lllc-custom
84
- remote_name: lllc
85
- binary_name: lllc
86
- expected_sha256: 865a0d5379acb3b5471337b5dcf686a2dd71587c6b65b9da6c963de627e0b300
87
-
88
- - name: Fetch Solidity
89
90
91
- version: v0.8.24
92
- repo_owner: ethereum
93
- repo_name: solidity
94
- remote_name: solc-static-linux
95
- binary_name: solc
96
- expected_sha256: fb03a29a517452b9f12bcf459ef37d0a543765bb3bbc911e70a87d6a37c30d5f
97
98
- uses: ./.github/actions/build-fixtures
99
with:
100
release_name: ${{ matrix.feature }}
0 commit comments