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 ea00e6f commit 8338430Copy full SHA for 8338430
.github/workflows/e2e.yml
@@ -47,7 +47,7 @@ jobs:
47
48
- name: Download & install spp-cli
49
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
+ 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
51
52
- name: Live breakpoint (false condition)
53
0 commit comments