Skip to content

Commit 657177a

Browse files
committed
fix(ci): skip cargo install if already installed
1 parent b5b84f1 commit 657177a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
- name: Install topiary-cli
2828
run: |
2929
cd topiary
30-
cargo install --path topiary-cli
30+
topiary --version || cargo install --path topiary-cli
3131
- name: Run tests
3232
run: nu run_test.nu

0 commit comments

Comments
 (0)