Skip to content

Commit

Permalink
refactor: workflow updated to build cairo
Browse files Browse the repository at this point in the history
  • Loading branch information
mohiiit committed Oct 25, 2024
1 parent 2644edd commit 111b76c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ jobs:
test_bridge:
name: Test Bridge
uses: ./.github/workflows/test-bridge.yml
needs: rust_build
12 changes: 12 additions & 0 deletions .github/workflows/test-bridge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,18 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1

- name: Setup build deps
run: |
sudo apt-get update
sudo apt-get install -y clang llvm libudev-dev protobuf-compiler
- uses: rui314/setup-mold@v1
- uses: software-mansion/setup-scarb@v1
with:
scarb-version: "2.8.2"
- uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly

- name: Checkout Madara
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 111b76c

Please sign in to comment.