Skip to content

Commit ce6f1c5

Browse files
authored
probe-run -> probe-rs: fix CI (#374)
1 parent 0d169de commit ce6f1c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ jobs:
107107
steps:
108108
- uses: actions/checkout@v4
109109
- name: Display probe-run version
110-
run: probe-run --version
110+
run: probe-rs --version
111111
- name: List probes
112-
run: probe-run --list-probes
112+
run: probe-rs list
113113
- uses: actions/download-artifact@v3
114114
with:
115115
name: test-bins

0 commit comments

Comments
 (0)