Skip to content

Commit

Permalink
fix: update make command to install paho.mqtt.c instead of just building
Browse files Browse the repository at this point in the history
  • Loading branch information
Dannyps committed Jan 9, 2025
1 parent 710c8b2 commit 45341fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: git clone https://github.com/eclipse-paho/paho.mqtt.c.git

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

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

0 comments on commit 45341fc

Please sign in to comment.