Skip to content

Commit 2d87c30

Browse files
committed
f
1 parent efaacab commit 2d87c30

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/consistency.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
- name: Checkout current repo
2121
uses: actions/checkout@v4
2222

23+
- name: Install solc # svm should support arm64 linux
24+
run: (hash svm 2>/dev/null || cargo install --version 0.2.23 svm-rs) && svm install 0.8.19 && solc --version
25+
2326
- name: Clone openvm at tag
2427
run: |
2528
git clone https://github.com/openvm-org/openvm.git

0 commit comments

Comments
 (0)