Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
grodansparadis committed Sep 23, 2024
1 parent 5730659 commit 1367ced
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,14 @@ jobs:
- name: Install libwebsockets-dev
run: sudo apt install libwebsockets-dev

- name: Install paho manually
run: cd paho && mkdir build && cd build && sudo cmake -DPAHO_WITH_SSL=true .. && sudo make install
- name: Install FUSE manually
run: sudo apt install libfuse2

- name: Install sqlite3
run: sudo apt install libsqlite3-dev

# - name: Install paho manually
# run: cd paho && mkdir build && cd build && sudo cmake -DPAHO_WITH_SSL=true .. && sudo make install

- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v2
Expand Down

0 comments on commit 1367ced

Please sign in to comment.