Skip to content

Commit f2eef07

Browse files
BoiledElectricitycharles-lunarg
authored andcommitted
ci: Indent windows_arm64x to match the other jobs
The cherry-picked job came in at the 2-space indent it had as the only job on its source branch. Bump it to 4 spaces so it sits alongside the existing jobs.
1 parent a26ffce commit f2eef07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ jobs:
297297
- run: cmake --install build --prefix build/install --config ${{matrix.config}}
298298
- run: ctest --parallel --output-on-failure -C ${{matrix.config}} --test-dir build/
299299

300-
windows_arm64x:
300+
windows_arm64x:
301301
# Native Windows on Arm: Tests building a genuine arm64x binary and validates that an x64 test suite passes
302302
# windows is 2x expensive to run on GitHub machines, so only run if we know something else simple passed as well
303303
# needs: windows_arm

0 commit comments

Comments
 (0)