Skip to content

Commit 8e6eecd

Browse files
committed
Try to use a newer version of mosquitto
1 parent e2a44e4 commit 8e6eecd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ jobs:
4242
env:
4343
MICROPYPATH: "${{ github.workspace }}:.frozen:~/.micropython/lib:/usr/lib/micropython:${{ github.workspace }}/tests/mocks"
4444
- name: Install mosquitto
45-
run: sudo apt-get install -y mosquitto
45+
run: |
46+
sudo apt-add-repository ppa:mosquitto-dev/mosquitto-ppa
47+
sudo apt-get update
48+
sudo apt-get install -y mosquitto
4649
- name: Generate test certificate for MQTTS
4750
run: ./bin/generate_cert
4851
- name: Set password for device

0 commit comments

Comments
 (0)