Skip to content

Commit

Permalink
fix: ci test examples (#1391)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstam authored Aug 24, 2024
1 parent fa96e30 commit 4467d6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
- name: Install SP1 CLI
run: |
cd cli
cd crates/cli
cargo install --force --locked --path .
cd ~
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
- name: Install SP1 CLI
run: |
cd cli
cd crates/cli
cargo install --force --locked --path .
cd ~
Expand Down

0 comments on commit 4467d6a

Please sign in to comment.