Skip to content

Commit

Permalink
revert ci change
Browse files Browse the repository at this point in the history
  • Loading branch information
emmazzz committed Mar 28, 2023
1 parent 0713eee commit 88a0076
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,11 +270,13 @@ jobs:
- name: Prover Setup
run: |
crates/sui-move/scripts/prover_setup.sh
- name: Install Sui CLI
run: |
cargo install --locked --bin sui --path crates/sui
- name: Build
uses: actions-rs/cargo@v1
with:
command: build

- name: Prover Run
working-directory: crates/sui-framework/packages
run: |
set -o pipefail
DOTNET_ROOT="$HOME/.dotnet"
Expand Down

0 comments on commit 88a0076

Please sign in to comment.