Skip to content

Commit

Permalink
fix: use Makefile target in Cairo compiler CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zmalatrax committed Jul 15, 2024
1 parent c5ecf1b commit 43811cf
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,8 @@ jobs:
- name: Configure Rust toolchain
uses: dtolnay/rust-toolchain@stable

- name: Build cairo-compile
run: cargo build --release --bin cairo-compile

- name: Build sierra-compile-json
run: cargo build --release --bin sierra-compile-json
- name: Build Cairo compiler
run: make build-cairo

- name: Cache Rust dependencies
uses: Swatinem/rust-cache@v2
Expand Down

0 comments on commit 43811cf

Please sign in to comment.