Skip to content

Commit

Permalink
Added mosquitto lib
Browse files Browse the repository at this point in the history
  • Loading branch information
grodansparadis committed Jan 26, 2025
1 parent 36bcc48 commit 13667cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- name: Update before installing packages
run: sudo apt-get update

- name: Install libmosquitto-dev manually
run: sudo apt-get install libmosquitto-dev

- name: Install libexpat-dev manually
run: sudo apt-get install libexpat-dev

Expand Down

0 comments on commit 13667cf

Please sign in to comment.