Skip to content

Commit

Permalink
ci: set cairo-lang version to 0.10.3
Browse files Browse the repository at this point in the history
lucidLuckylee authored Mar 27, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent afcd20c commit 2f03608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -45,7 +45,7 @@ jobs:
- name: Install cairo-lang
run: |
source cairo_venv/bin/activate
pip install ecdsa fastecdsa sympy cairo-lang maturin patchelf
pip install ecdsa fastecdsa sympy cairo-lang==0.10.3 maturin patchelf
#- name: Compile Cairo files
#run: |
#source cairo_venv/bin/activate

0 comments on commit 2f03608

Please sign in to comment.