Skip to content

Commit 152c36b

Browse files
committed
Formatting
1 parent c341a6c commit 152c36b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -190,14 +190,14 @@ jobs:
190190
fail-fast: false
191191
matrix:
192192
os:
193-
- windows-latest
193+
- windows-latest
194194
arch:
195-
- x86
196-
- x64
195+
- x86
196+
- x64
197197
include:
198-
# Forks don't have access to Windows on Arm runners. These jobs are skipped below:
199-
- os: ${{ github.repository_owner == 'python' && 'windows-aarch64' || 'windows-latest' }}
200-
arch: arm64
198+
# Forks don't have access to Windows on Arm runners. These jobs are skipped below:
199+
- os: ${{ github.repository_owner == 'python' && 'windows-aarch64' || 'windows-latest' }}
200+
arch: arm64
201201
uses: ./.github/workflows/reusable-windows-msi.yml
202202
with:
203203
os: ${{ matrix.os }}

0 commit comments

Comments
 (0)