Skip to content

Commit

Permalink
add tmp usc install to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-fleming committed Jul 30, 2024
1 parent 1554914 commit 5e10f37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,8 @@ jobs:
!PULL_REQUEST_TEMPLATE.md
- name: Cairo lint
run: scarb fmt --check
- name: Temporary USC manually install
run: |
curl -L https://raw.githubusercontent.com/software-mansion/universal-sierra-compiler/master/scripts/install.sh | sh -s -- v2.2.0-rc.1
- name: Cairo test
run: snforge test

0 comments on commit 5e10f37

Please sign in to comment.