Update build.yml

This commit is contained in:
Paul-Louis Ageneau
2020-03-04 16:09:17 +01:00
committed by GitHub
parent 8e3de8a07a
commit 05a06f47b0

View File

@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: install packages
run: libgnutls28-dev nettle-dev
run: sudo apt install libgnutls28-dev nettle-dev
- name: cmake
run: cmake -B build -DUSE_LIBJUICE=1 -DUSE_GNUTLS=1
- name: make