Skip to content

Commit 627e08a

Browse files
committed
Update GHA workflow
1 parent 5e61788 commit 627e08a

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,17 @@ jobs:
3636
cargo version
3737
rustup toolchain list
3838
39+
- name: Check out athenavm/rustc-rv32e-toolchain
40+
uses: actions/checkout@v3
41+
with:
42+
submodules: recursive
43+
path: toolchain
44+
3945
- name: Check out succinctlabs/rust
4046
uses: actions/checkout@v3
4147
with:
4248
repository: succinctlabs/rust
43-
path: rust
49+
path: toolchain/rust
4450
fetch-depth: 0
4551

4652
- name: Check out athenavm/athena
@@ -51,7 +57,7 @@ jobs:
5157
path: athena
5258

5359
- 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
5561
working-directory: athena
5662

5763
- name: Archive build output

0 commit comments

Comments
 (0)