We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efaacab commit 2d87c30Copy full SHA for 2d87c30
.github/workflows/consistency.yml
@@ -20,6 +20,9 @@ jobs:
20
- name: Checkout current repo
21
uses: actions/checkout@v4
22
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
+
26
- name: Clone openvm at tag
27
run: |
28
git clone https://github.com/openvm-org/openvm.git
0 commit comments