Fix build.yml

This commit is contained in:
Paul-Louis Ageneau
2020-03-04 16:15:29 +01:00
committed by GitHub
parent 682be73eab
commit 91a5c608d7

View File

@ -13,7 +13,7 @@ jobs:
- name: submodules - name: submodules
run: git submodule update --init --recursive run: git submodule update --init --recursive
- name: cmake - name: cmake
run: cmake -B build -DUSE_LIBJUICE=1 -DUSE_GNUTLS=1 run: cmake -B build -DUSE_JUICE=1 -DUSE_GNUTLS=1
- name: make - name: make
run: (cd build; make) run: (cd build; make)
- name: tests - name: tests