From 49275d46b1571de2c4ae86ee2e09c98e41a0171a Mon Sep 17 00:00:00 2001 From: Athanasius Date: Mon, 7 Feb 2022 11:13:51 +0000 Subject: [PATCH] windows-build: Prehaps *this* is the syntax for submodule ? --- .github/workflows/windows-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index 7830a88f..e4fece7a 100644 --- a/.github/workflows/windows-build.yml +++ b/.github/workflows/windows-build.yml @@ -17,9 +17,9 @@ jobs: steps: - uses: actions/checkout@v2.4.0 - submodules: recursive - - uses: actions/setup-python@v2.3.2 + with: + submodules: true with: python-version: "3.10.2" architecture: "x86"