We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SP1_DEV
1 parent 142bbfd commit 8c1c1efCopy full SHA for 8c1c1ef
1 file changed
.github/workflows/plonk-artifacts.yml
@@ -80,6 +80,8 @@ jobs:
80
81
echo "VERSION=$VERSION" | tee -a $GITHUB_ENV
82
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
85
- name: Generate Plonk artifacts
86
if: ${{ steps.check-s3.outputs.needs-update == 'true' }}
87
run: |
0 commit comments