File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -36,11 +36,17 @@ jobs:
36
36
cargo version
37
37
rustup toolchain list
38
38
39
+ - name : Check out athenavm/rustc-rv32e-toolchain
40
+ uses : actions/checkout@v3
41
+ with :
42
+ submodules : recursive
43
+ path : toolchain
44
+
39
45
- name : Check out succinctlabs/rust
40
46
uses : actions/checkout@v3
41
47
with :
42
48
repository : succinctlabs/rust
43
- path : rust
49
+ path : toolchain/ rust
44
50
fetch-depth : 0
45
51
46
52
- name : Check out athenavm/athena
51
57
path : athena
52
58
53
59
- name : Build
54
- run : GITHUB_ACTIONS=false ATHENA_BUILD_DIR=$GITHUB_WORKSPACE cargo run --bin cargo-athena -- athena build-toolchain
60
+ run : GITHUB_ACTIONS=false ATHENA_BUILD_DIR=$GITHUB_WORKSPACE/toolchain cargo run --bin cargo-athena -- athena build-toolchain
55
61
working-directory : athena
56
62
57
63
- name : Archive build output
You can’t perform that action at this time.
0 commit comments