Skip to content

Commit

Permalink
windows-build: Try the checkout in its own uses section
Browse files Browse the repository at this point in the history
  • Loading branch information
Athanasius committed Feb 7, 2022
1 parent ba8b1b0 commit 9603eb5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 9603eb5

Please sign in to comment.