mirror of
https://github.com/tsl0922/ttyd.git
synced 2026-01-05 18:34:23 +01:00
ci: run ldconfig after install libwebsockets
This commit is contained in:
2
.github/workflows/backend.yml
vendored
2
.github/workflows/backend.yml
vendored
@@ -29,7 +29,7 @@ jobs:
|
||||
curl -sLo- https://github.com/warmcat/libwebsockets/archive/v${LWS_VERSION}.tar.gz | tar xz
|
||||
cd libwebsockets-${LWS_VERSION}
|
||||
cmake -DLWS_WITH_LIBUV=ON -DLWS_UNIX_SOCK=ON -DLWS_IPV6=ON -DLWS_WITHOUT_TESTAPPS=ON -DCMAKE_BUILD_TYPE=RELEASE .
|
||||
make && sudo make install
|
||||
make && sudo make install && sudo ldconfig
|
||||
- uses: actions/checkout@v1
|
||||
- name: build ttyd
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user