File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ name: Linux
33on :
44 workflow_dispatch :
55 pull_request :
6- types : [ready_for_review, synchronize]
76 push :
87 branches :
98 - main
1716 name : Clang ${{ matrix.configuration }} x64
1817 runs-on : ubuntu-latest
1918 if : github.event.pull_request.draft == false
20-
19+
2120 strategy :
2221 matrix :
2322 configuration : [Debug, Release]
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ name: Windows
33on :
44 workflow_dispatch :
55 pull_request :
6- types : [ready_for_review, synchronize]
76 push :
87 branches :
98 - main
@@ -17,14 +16,14 @@ jobs:
1716 name : MSVC ${{ matrix.configuration }} x64
1817 runs-on : windows-latest
1918 if : github.event.pull_request.draft == false
20-
19+
2120 strategy :
2221 matrix :
2322 configuration : [Debug, Release]
2423
2524 steps :
2625 - uses : actions/checkout@v5
27-
26+
2827 - name : Add MSBuild to PATH
2928 uses : microsoft/setup-msbuild@v2
3029
You can’t perform that action at this time.
0 commit comments