Skip to content

Commit 89efaba

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [Github Actions] C/C++ for windows.
1 parent 68f41fe commit 89efaba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/c-windows.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ on: # yamllint disable-line rule:truthy
1010
workflow_dispatch:
1111

1212
jobs:
13-
build:
14-
name: C/C++ CMake CI Test
13+
test:
14+
name: C/C++ CMake/MSVC CI Test Windows
1515
strategy:
1616
matrix:
1717
os: ["windows-2022"]
1818
arch:
1919
- amd64
20-
# - amd64_x86
21-
# - amd64_arm64
20+
- amd64_x86
21+
- amd64_arm64
2222

2323
runs-on: ${{ matrix.os }}
2424

0 commit comments

Comments
 (0)