Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0103ca4 commit 4f17e1aCopy full SHA for 4f17e1a
.github/workflows/reusable-build-windows.yml
@@ -7,7 +7,7 @@ on:
7
default: false
8
9
jobs:
10
- build_win_32:
+ build_windows_32:
11
name: 'build and test (x86)'
12
runs-on: windows-latest
13
timeout-minutes: 60
@@ -22,7 +22,7 @@ jobs:
22
- name: Tests
23
run: .\PCbuild\rt.bat -p Win32 -d -q --fast-ci
24
25
- build_win_amd64:
+ build_windows_amd64:
26
name: 'build and test (x64)'
27
28
@@ -39,7 +39,7 @@ jobs:
39
40
run: .\PCbuild\rt.bat -p x64 -d -q --fast-ci
41
42
- build_win_arm64:
+ build_windows_arm64:
43
name: 'build (arm64)'
44
45
0 commit comments