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]
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user