From 97784c43ac1326106c1e2194ab7c5579e1ec62f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Gallou=C3=ABt?= Date: Tue, 17 Sep 2019 17:06:15 +0000 Subject: [PATCH] Revert "Try to use submodules" This reverts commit bccc9945f44fc5e2432329bff58e6aab815b62de. --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4c83456..e854529 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,10 +12,9 @@ jobs: steps: - uses: actions/checkout@v1 - with: - submodules: true - name: Build glorytun run: | + git submodule update --init --recursive ./sodium.sh make prefix=. install