Try to use submodules

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
Adrien Gallouët
2019-09-04 09:57:21 +00:00
parent 9c9f679497
commit bccc9945f4

View File

@@ -1,4 +1,4 @@
name: C/C++ CI
name: Build
on: [push]
@@ -12,8 +12,9 @@ jobs:
steps:
- uses: actions/checkout@v1
with:
submodules: true
- name: Build glorytun
run: |
git submodule update --init --recursive
./sodium.sh
make