We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5b84f1 commit 657177aCopy full SHA for 657177a
.github/workflows/ci.yml
@@ -27,6 +27,6 @@ jobs:
27
- name: Install topiary-cli
28
run: |
29
cd topiary
30
- cargo install --path topiary-cli
+ topiary --version || cargo install --path topiary-cli
31
- name: Run tests
32
run: nu run_test.nu
0 commit comments