Skip to content

Commit 8338430

Browse files
committed
update
1 parent ea00e6f commit 8338430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
4848
- name: Download & install spp-cli
4949
run: |
50-
curl -O -J -L https://github.com/sourceplusplus/interface-cli/releases/latest/download/spp-cli && chmod +x spp-cli && mv spp-cli /usr/local/bin/spp-cli
50+
curl -O -J -L https://github.com/sourceplusplus/interface-cli/releases/latest/download/spp-cli-linux64.zip && unzip spp-cli-linux64.zip && chmod +x spp-cli && mv spp-cli /usr/local/bin/spp-cli
5151
5252
- name: Live breakpoint (false condition)
5353
run: |

0 commit comments

Comments
 (0)