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