Skip to content

Commit

Permalink
ci: use shared action to build solc
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbaliasnikov committed Oct 21, 2024
1 parent bee6d41 commit 7b8b9bb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,15 @@ jobs:

- name: Prepare Windows env
if: runner.os == 'Windows'
uses: matter-labs/era-compiler-ci/.github/actions/prepare-msys@v1
uses: matter-labs/era-compiler-ci/.github/actions/prepare-msys@aba-solc-support

- name: Building the Solidity compiler
uses: ./.github/actions/solc-build
uses: matter-labs/era-compiler-ci/.github/actions/build-solc@aba-solc-support
with:
release-suffix: ${{ matrix.release-suffix }}
zksync-version: ${{ needs.setup.outputs.zksync-version }}
solc-version: ${{ needs.setup.outputs.solc-version }}
boost-version: 1.83.0

release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7b8b9bb

Please sign in to comment.