Skip to content

Commit 3340a18

Browse files
committed
update download link
1 parent 92e15ba commit 3340a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tyk-demo-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
is ${{ github.repository }}."
1515
- name: Install websocat (binary method)
1616
run: |
17-
wget https://github.com/vi/websocat/releases/latest/download/websocat_amd64
17+
wget https://github.com/vi/websocat/releases/download/v1.14.0/websocat.x86_64-unknown-linux-musl
1818
chmod +x websocat_amd64
1919
sudo mv websocat_amd64 /usr/local/bin/websocat
2020
- name: Check Out Repository Code

0 commit comments

Comments
 (0)