We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2a44e4 commit 8e6eecdCopy full SHA for 8e6eecd
.github/workflows/ci.yml
@@ -42,7 +42,10 @@ jobs:
42
env:
43
MICROPYPATH: "${{ github.workspace }}:.frozen:~/.micropython/lib:/usr/lib/micropython:${{ github.workspace }}/tests/mocks"
44
- name: Install mosquitto
45
- run: sudo apt-get install -y mosquitto
+ run: |
46
+ sudo apt-add-repository ppa:mosquitto-dev/mosquitto-ppa
47
+ sudo apt-get update
48
+ sudo apt-get install -y mosquitto
49
- name: Generate test certificate for MQTTS
50
run: ./bin/generate_cert
51
- name: Set password for device
0 commit comments