Skip to content

Commit

Permalink
Update GHA workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lrettig committed Jun 8, 2024
1 parent 5e61788 commit 627e08a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,17 @@ jobs:
cargo version
rustup toolchain list
- name: Check out athenavm/rustc-rv32e-toolchain
uses: actions/checkout@v3
with:
submodules: recursive
path: toolchain

- name: Check out succinctlabs/rust
uses: actions/checkout@v3
with:
repository: succinctlabs/rust
path: rust
path: toolchain/rust
fetch-depth: 0

- name: Check out athenavm/athena
Expand All @@ -51,7 +57,7 @@ jobs:
path: athena

- name: Build
run: GITHUB_ACTIONS=false ATHENA_BUILD_DIR=$GITHUB_WORKSPACE cargo run --bin cargo-athena -- athena build-toolchain
run: GITHUB_ACTIONS=false ATHENA_BUILD_DIR=$GITHUB_WORKSPACE/toolchain cargo run --bin cargo-athena -- athena build-toolchain
working-directory: athena

- name: Archive build output
Expand Down

0 comments on commit 627e08a

Please sign in to comment.