From bccc9945f44fc5e2432329bff58e6aab815b62de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Gallou=C3=ABt?= Date: Wed, 4 Sep 2019 09:57:21 +0000 Subject: [PATCH] Try to use submodules MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Adrien Gallouët --- .github/workflows/{ccpp.yml => build.yml} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename .github/workflows/{ccpp.yml => build.yml} (79%) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/build.yml similarity index 79% rename from .github/workflows/ccpp.yml rename to .github/workflows/build.yml index 6a37daa..05b0c35 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/build.yml @@ -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