Skip to content

Commit abb005f

Browse files
committed
chore(ci): drop unused lllc and solc fetch steps from release workflow
1 parent 18f31d4 commit abb005f

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

.github/workflows/release_fixtures.yaml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -75,26 +75,6 @@ jobs:
7575
submodules: true
7676
ref: ${{ inputs.branch }}
7777

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-
uses: ./.github/actions/fetch-binary
90-
with:
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-
9878
- uses: ./.github/actions/build-fixtures
9979
with:
10080
release_name: ${{ matrix.feature }}

0 commit comments

Comments
 (0)