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 c300a77 commit 47e1782Copy full SHA for 47e1782
.github/workflows/e2e.yml
@@ -49,7 +49,7 @@ jobs:
49
50
- name: Download & install spp-cli
51
run: |
52
- curl -O -J -L https://github.com/sourceplusplus/interface-cli/releases/download/0.7.0/spp-cli-0.7.0-linux64.zip && unzip spp-cli-0.7.0-linux64.zip && chmod +x spp-cli && mv spp-cli /usr/local/bin/spp-cli
+ curl -O -J -L https://github.com/sourceplusplus/interface-cli/releases/download/0.7.3/spp-cli-0.7.3-linux64.zip && unzip spp-cli-0.7.3-linux64.zip && chmod +x spp-cli && mv spp-cli /usr/local/bin/spp-cli
53
54
- name: Live breakpoint (false condition)
55
0 commit comments