mirror of
https://github.com/tsl0922/ttyd.git
synced 2025-12-24 12:44:20 +01:00
html: embed gziped version
This commit is contained in:
2
.github/workflows/backend.yml
vendored
2
.github/workflows/backend.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
- name: Install packages
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install build-essential cmake libjson-c-dev libssl-dev libuv1-dev
|
||||
sudo apt-get install build-essential cmake libjson-c-dev zlib1g-dev libssl-dev libuv1-dev
|
||||
- name: Install libwebsockets-${{ matrix.lws-version }}
|
||||
env:
|
||||
LWS_VERSION: ${{ matrix.lws-version }}
|
||||
|
||||
Reference in New Issue
Block a user