2 changed files with
4 additions and
2 deletions
|
|
|
@ -13,7 +13,7 @@ on:
|
|
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
|
coverage:
|
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
runs-on: ubuntu-22.04
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
- run: |
|
|
|
|
@ -24,6 +24,7 @@ jobs:
|
|
|
|
|
libcjson-dev \
|
|
|
|
|
libcunit1-dev \
|
|
|
|
|
libwrap0-dev \
|
|
|
|
|
microsocks \
|
|
|
|
|
python3-paho-mqtt \
|
|
|
|
|
uthash-dev
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -12,7 +12,7 @@ on:
|
|
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
|
build:
|
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
runs-on: ubuntu-22.04
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
-
|
|
|
|
@ -27,6 +27,7 @@ jobs:
|
|
|
|
|
libcunit1-dev \
|
|
|
|
|
libssl-dev \
|
|
|
|
|
libwrap0-dev \
|
|
|
|
|
microsocks \
|
|
|
|
|
python-all \
|
|
|
|
|
python3-all \
|
|
|
|
|
xsltproc
|
|
|
|
|