We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab2078c commit c6eab73Copy full SHA for c6eab73
.github/workflows/ci.yml
@@ -23,6 +23,6 @@ jobs:
23
uses: cargo-bins/cargo-binstall@main
24
- name: Install topiary-cli
25
run: |
26
- topiary --version || cargo binstall --no-confirm topiary-cli
+ topiary --version || cargo binstall --no-confirm --force topiary-cli
27
- name: Run tests
28
run: nu run_test.nu
0 commit comments