From 4b9d1b4f936e210e85feda97aa5b712dde50970b Mon Sep 17 00:00:00 2001 From: Athanasius Date: Mon, 7 Feb 2022 11:20:09 +0000 Subject: [PATCH] windows-build: OK, only one `with:`, so try `submodules` first ? If this doesn't work then it's time to try splitting all of this out into separate jobs, rather than steps within a job, with dependencies to ensure it works. --- .github/workflows/windows-build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index e4fece7a..89a086ba 100644 --- a/.github/workflows/windows-build.yml +++ b/.github/workflows/windows-build.yml @@ -20,7 +20,6 @@ jobs: - uses: actions/setup-python@v2.3.2 with: submodules: true - with: python-version: "3.10.2" architecture: "x86"