Skip to content

Commit

Permalink
feat: add steps to clone and build paho.mqtt.c in GitHub Actions work…
Browse files Browse the repository at this point in the history
…flow
  • Loading branch information
Dannyps committed Jan 9, 2025
1 parent 2746d59 commit 985ef74
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,14 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Clone paho.mqtt.c
run: git clone [email protected]:eclipse/paho.mqtt.c.git

- name: Make paho.mqtt.c
run: cd paho.mqtt.c && make

- name: Install dependencies
run: sudo apt-get install -y libsystemd-dev make build-essential

- name: Build
run: make

0 comments on commit 985ef74

Please sign in to comment.