Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4f17e1a

Browse filesBrowse files
committed
Update
1 parent 0103ca4 commit 4f17e1a
Copy full SHA for 4f17e1a

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

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

Copy file name to clipboardExpand all lines: .github/workflows/reusable-build-windows.yml
+3-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.