8000 Fix windows codeql workflow · VXAPPS/sqlite_functions@a81b891 · GitHub
[go: up one dir, main page]

Skip to content

Commit a81b891

Browse files
committed
Fix windows codeql workflow
1 parent 10be572 commit a81b891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows-codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: windows-2022-msvc2022
5050
os: windows-2022
5151
compiler: cl
52-
architecture: -A x64
52+
architecture: x64
5353

5454
- name: windows-2022-msvc2022-win32
5555
os: windows-2022

0 commit comments

Comments
 (0)
0