Skip to content

Commit 4f17e1a

Browse files
committed
Update
1 parent 0103ca4 commit 4f17e1a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/reusable-build-windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
default: false
88

99
jobs:
10-
build_win_32:
10+
build_windows_32:
1111
name: 'build and test (x86)'
1212
runs-on: windows-latest
1313
timeout-minutes: 60
@@ -22,7 +22,7 @@ jobs:
2222
- name: Tests
2323
run: .\PCbuild\rt.bat -p Win32 -d -q --fast-ci
2424

25-
build_win_amd64:
25+
build_windows_amd64:
2626
name: 'build and test (x64)'
2727
runs-on: windows-latest
2828
timeout-minutes: 60
@@ -39,7 +39,7 @@ jobs:
3939
- name: Tests
4040
run: .\PCbuild\rt.bat -p x64 -d -q --fast-ci
4141

42-
build_win_arm64:
42+
build_windows_arm64:
4343
name: 'build (arm64)'
4444
runs-on: windows-latest
4545
timeout-minutes: 60

0 commit comments

Comments
 (0)