Skip to content

Commit

Permalink
refactor: separate proof programs symlink and compilation step
Browse files Browse the repository at this point in the history
  • Loading branch information
zmalatrax committed Jun 20, 2024
1 parent cc17dd9 commit 5d66c66
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
echo "$VIRTUAL_ENV/bin" >> $GITHUB_PATH
echo "$VIRTUAL_ENV=$VIRTUAL_ENV" >> $GITHUB_ENV
- name: Create Proof Programs symlink
run: make create-proof-program-symlinks

- name: Compile Cairo Zero programs
run: |
make create-proof-programs-symlinks
make compile
run: make compile

0 comments on commit 5d66c66

Please sign in to comment.