Skip to content

fix: update paho.mqtt.c clone URL to use HTTPS #4

fix: update paho.mqtt.c clone URL to use HTTPS

fix: update paho.mqtt.c clone URL to use HTTPS #4

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Clone paho.mqtt.c
run: git clone https://github.com/eclipse-paho/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