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 f1f9659 commit fe16685Copy full SHA for fe16685
.github/workflows/makefile.yml
@@ -40,6 +40,9 @@ jobs:
40
with:
41
name: websocketd
42
43
+ - name: fix permissions
44
+ run: chmod +x ./websocketd
45
+
46
- name: setup client
47
run: wget https://github.com/vi/websocat/releases/latest/download/websocat.x86_64-unknown-linux-musl && chmod +x websocat.x86_64-unknown-linux-musl
48
0 commit comments