Skip to content

Commit fad02f5

Browse files
committed
wip
1 parent 56cb8d1 commit fad02f5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/windows.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
operating-system: [windows-latest]
21+
operating-system: ["windows-latest"]
2222
php-versions: ["8.1", "8.2", "8.3"]
23-
ts: [ts, nts]
23+
ts: ["ts", "nts"]
2424
vc_num: ["vs16"]
25+
build_type: ["Win32"]
26+
arch: ["x64"]
2527

2628
steps:
2729
- name: Disable Git autocrlf

0 commit comments

Comments
 (0)