Skip to content

Commit 25abdb5

Browse files
authored
Update build-win.yml
1 parent 0ea2ea8 commit 25abdb5

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/build-win.yml

+4-7
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,13 @@ env:
2222
LLVM_VERSION: "14.0.6"
2323
GCC_VERSION: "10.1.0"
2424

25-
26-
strategy:
27-
matrix:
28-
configuration: [Release]
29-
platform: [x64]
30-
3125
jobs:
3226
samples-build-VS-2019:
3327
runs-on: windows-2019
34-
28+
strategy:
29+
matrix:
30+
configuration: [Release]
31+
platform: [x64]
3532
steps:
3633
- name: "Checkout code"
3734
uses: actions/checkout@v3

0 commit comments

Comments
 (0)