From 523e399d8c4076fa44596ef554ae0ea0de971442 Mon Sep 17 00:00:00 2001 From: canewsin Date: Thu, 16 Dec 2021 20:00:50 +0530 Subject: [PATCH] Fix Github Actions --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 25ac5d9c..9436162e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,7 +15,7 @@ jobs: - name: Checkout ZeroNet - uses: actions/checkout@v2 with: - submodules: recursive + submodules: 'true' - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v1