File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -14,25 +14,28 @@ jobs:
14
14
runs-on : ubuntu-latest
15
15
16
16
steps :
17
- - uses : actions/checkout@v4
17
+ - name : Checkout
18
+ uses : actions/checkout@v4
18
19
with :
19
20
path : snarkos-test
20
21
21
22
- name : Checkout snarkOS
22
23
uses : actions/checkout@v4
23
24
with :
24
25
repository : monadicus/snarkOS
26
+ ref : mainnet
25
27
path : snarkos
26
28
27
29
- name : Checkout snarkVM
28
30
uses : actions/checkout@v4
29
31
with :
30
32
repository : monadicus/snarkVM
33
+ ref : mainnet
31
34
path : snarkvm
32
35
33
36
- name : Use mold linker
34
37
uses : rui314/setup-mold@v1
35
-
38
+
36
39
- name : Install nightly and cranelift
37
40
uses : dtolnay/rust-toolchain@nightly
38
41
with :
Original file line number Diff line number Diff line change @@ -41,3 +41,6 @@ snarkos-cli = { path = "../snarkos/cli" }
41
41
snarkos-node = { path = " ../snarkos/node" }
42
42
snarkvm = { path = " ../snarkvm" , features = [" rocks" ] }
43
43
snot-common = { path = " ./crates/snot-common" }
44
+
45
+ [patch ."https://github .com/AleoHQ/snarkVM .git" ]
46
+ snarkvm = { path = " ../snarkvm" }
You can’t perform that action at this time.
0 commit comments