From 7b8b9bb191fa2bcae232f4d00a6d3f2e12b7fbb5 Mon Sep 17 00:00:00 2001 From: Anton Baliasnikov Date: Mon, 21 Oct 2024 10:50:41 +0100 Subject: [PATCH] ci: use shared action to build solc --- .github/workflows/build-release.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-release.yaml b/.github/workflows/build-release.yaml index 402462b25..a139061c5 100644 --- a/.github/workflows/build-release.yaml +++ b/.github/workflows/build-release.yaml @@ -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