mirror of
https://github.com/mii443/libdatachannel.git
synced 2025-08-22 15:15:28 +00:00
Update build.yml
This commit is contained in:
committed by
GitHub
parent
fd4a6fef7f
commit
682be73eab
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -10,6 +10,8 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- name: install packages
|
||||
run: sudo apt update && sudo apt install libgnutls28-dev nettle-dev
|
||||
- name: submodules
|
||||
run: git submodule update --init --recursive
|
||||
- name: cmake
|
||||
run: cmake -B build -DUSE_LIBJUICE=1 -DUSE_GNUTLS=1
|
||||
- name: make
|
||||
|
Reference in New Issue
Block a user