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 9cfa334
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test-unwinds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ on:
pull_request:
branches:
- zkevm
- zkevm-2.60
workflow_dispatch:

jobs:
fixing-unwinds-tests:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- name: Checkout cdk-erigon
Expand All @@ -19,6 +20,10 @@ 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: |
cd ./cdk-erigon
Expand Down

0 comments on commit 9cfa334

Please sign in to comment.