Skip to content

feat: support assembly implementation of euc #4665

feat: support assembly implementation of euc

feat: support assembly implementation of euc #4665

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@0d25749dc5e7ef6e0a75d551618248d4bad65ac6 # v1.1.27
- name: Build all forks
run: make -B all