Skip to content

Commit 293d810

Browse files
committed
Fix skip zisk
1 parent 8aabf67 commit 293d810

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/pr-main.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,15 +132,13 @@ jobs:
132132
if: matrix.backend == 'sp1'
133133
uses: ./.github/actions/install-sp1
134134

135-
- name: Install ZisK
136-
if: matrix.backend == 'zisk'
137-
uses: ./.github/actions/install-zisk
138-
139135
- name: Install OpenVM
140136
if: matrix.backend == 'openvm'
141137
uses: ./.github/actions/install-openvm
142138

143139
- name: Build
140+
# Skip reason: https://github.com/lambdaclass/ethrex-replay/issues/53
141+
if: ${{ matrix.backend != 'zisk' }}
144142
run: |
145143
if [ "${{ matrix.backend }}" = "exec" ]; then
146144
cargo b -r

0 commit comments

Comments
 (0)