Skip to content

Commit

Permalink
fix..
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Mar 29, 2024
1 parent e6f715e commit c6dd583
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,13 @@ jobs:
exit 1
fi
- name: Install websocat, a test dependency"
if: always()
run: |
wget -q https://github.com/vi/websocat/releases/download/v1.12.0/websocat.x86_64-unknown-linux-musl \
-O /usr/local/bin/websocat
chmod +x /usr/local/bin/websocat
- name: Test project's proxy to websockify'ed vncserver
if: always()
run: |
Expand Down

0 comments on commit c6dd583

Please sign in to comment.