Try to use submodules
Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
name: C/C++ CI
|
name: Build
|
||||||
|
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
@@ -12,8 +12,9 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
with:
|
||||||
|
submodules: true
|
||||||
- name: Build glorytun
|
- name: Build glorytun
|
||||||
run: |
|
run: |
|
||||||
git submodule update --init --recursive
|
|
||||||
./sodium.sh
|
./sodium.sh
|
||||||
make
|
make
|
||||||
Reference in New Issue
Block a user