Skip to content

Commit

Permalink
CI: build libwebsockets from source
Browse files Browse the repository at this point in the history
  • Loading branch information
slivingston committed Jul 2, 2024
1 parent fd9067b commit b1db13f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,12 @@ jobs:
- name: Dependencies
run: |
sudo apt-get -y install \
libwebsockets-dev \
libsimavr-dev
curl -L -o lws.tgz https://github.com/warmcat/libwebsockets/archive/refs/tags/v4.3.3.tar.gz
tar -xzf lws.tgz
cd libwebsockets-4.3.3
mkdir build && cd build && cmake ..
make && make install
- name: Build
run: |
cd wrapper-simavr
Expand Down

0 comments on commit b1db13f

Please sign in to comment.