mirror of
https://github.com/mii443/libdatachannel.git
synced 2025-08-22 15:15:28 +00:00
Fix build.yml
This commit is contained in:
committed by
GitHub
parent
682be73eab
commit
91a5c608d7
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||||
|
Reference in New Issue
Block a user