Skip to content

Commit 8c1c1ef

Browse files
ci: Disable SP1_DEV for Plonk artifact generation (#196)
1 parent 142bbfd commit 8c1c1ef

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/plonk-artifacts.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ jobs:
8080
8181
echo "VERSION=$VERSION" | tee -a $GITHUB_ENV
8282
echo "needs-update=$NEEDS_UPDATE" | tee -a $GITHUB_OUTPUT
83+
# Disable `SP1_DEV` as it breaks artifact generation
84+
echo "SP1_DEV=false" | tee -a $GITHUB_ENV
8385
- name: Generate Plonk artifacts
8486
if: ${{ steps.check-s3.outputs.needs-update == 'true' }}
8587
run: |

0 commit comments

Comments
 (0)