From 9603eb5561493076e9504621e14d52ccf5207042 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Mon, 7 Feb 2022 11:46:24 +0000 Subject: [PATCH] windows-build: Try the checkout in its own `uses` section --- .github/workflows/windows-build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index 89a086ba..9aaea7e6 100644 --- a/.github/workflows/windows-build.yml +++ b/.github/workflows/windows-build.yml @@ -17,9 +17,11 @@ jobs: steps: - uses: actions/checkout@v2.4.0 - - uses: actions/setup-python@v2.3.2 with: submodules: true + + - uses: actions/setup-python@v2.3.2 + with: python-version: "3.10.2" architecture: "x86"