Install mbedtls

This commit is contained in:
cpq 2020-12-18 10:56:35 +00:00
parent a752abf318
commit e8d3b8030e

View File

@ -5,5 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install packages
run: sudo apt-get install libmbedtls-dev
- name: make
run: make test test++