Skip to content

Merge branch 'master' into 780-eip-7951-precompile-for-secp256r1-curv… #4718

Merge branch 'master' into 780-eip-7951-precompile-for-secp256r1-curv…

Merge branch 'master' into 780-eip-7951-precompile-for-secp256r1-curv… #4718

Workflow file for this run

name: Check compilation
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Go
uses: actions/[email protected]
- name: Install Go Corset
shell: bash
run: go install github.com/consensys/go-corset/cmd/go-corset@fb1aebd7f532e8940bc18feeedf3600d4bb5006f # v1.1.28
- name: Build all forks
run: make -B all