Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
corona10 committed Oct 30, 2023
1 parent 0103ca4 commit 4f17e1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/reusable-build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
default: false

jobs:
build_win_32:
build_windows_32:
name: 'build and test (x86)'
runs-on: windows-latest
timeout-minutes: 60
Expand All @@ -22,7 +22,7 @@ jobs:
- name: Tests
run: .\PCbuild\rt.bat -p Win32 -d -q --fast-ci

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

build_win_arm64:
build_windows_arm64:
name: 'build (arm64)'
runs-on: windows-latest
timeout-minutes: 60
Expand Down

0 comments on commit 4f17e1a

Please sign in to comment.