Skip to content

Commit 1dcc69b

Browse files
committed
CI fixes
1 parent ce5b7cc commit 1dcc69b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ jobs:
6464
6565
#windows
6666
for platform in win_paltforms:
67-
hosts.append({'os': 'windows-latest', 'platform': platform, 'module': true, 'jobname': f'Windows - {platform}'})
67+
hosts.append({'os': 'windows-latest', 'platform': platform, 'module': True, 'jobname': f'Windows - {platform}'})
6868
6969
for arch in win_clang_archs:
70-
hosts.append({'os': 'windows-latest', 'arch': arch, 'compiler': 'clang-cl', 'module': false, 'jobname': f'Windows - clang - {arch}'})
70+
hosts.append({'os': 'windows-latest', 'arch': arch, 'compiler': 'clang-cl', 'jobname': f'Windows - clang - {arch}'})
7171
7272
#gcc hosts
7373
for gcc, runon in gcc_map.items():

0 commit comments

Comments
 (0)