Skip to content

Commit c6eab73

Browse files
committed
fix: ci
1 parent ab2078c commit c6eab73

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
@@ -23,6 +23,6 @@ jobs:
2323
uses: cargo-bins/cargo-binstall@main
2424
- name: Install topiary-cli
2525
run: |
26-
topiary --version || cargo binstall --no-confirm topiary-cli
26+
topiary --version || cargo binstall --no-confirm --force topiary-cli
2727
- name: Run tests
2828
run: nu run_test.nu

0 commit comments

Comments
 (0)