Skip to content

Commit

Permalink
Fix unwind ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
cffls committed Oct 7, 2024
1 parent 5e1cd28 commit 4a09b4e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test-unwinds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
pull_request:
branches:
- zkevm
- zkevm-2.60
workflow_dispatch:

jobs:
Expand All @@ -19,7 +20,14 @@ jobs:
with:
go-version: '1.21'

- name: Install dependencies on Linux
if: runner.os == 'Linux'
run: sudo apt update && sudo apt install build-essential

- name: Build
run: make BUILD_TAGS=nosqlite,noboltdb,nosilkworm all

- name: Build cdk-erigon
run: |
cd ./cdk-erigon
make cdk-erigon
Expand Down

0 comments on commit 4a09b4e

Please sign in to comment.