Skip to content

Commit 2f7eb75

Browse files
committed
Remove x64 from doxygen
1 parent 63eb655 commit 2f7eb75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/doxygen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: windows-latest
1919
strategy:
2020
matrix:
21-
BuildPlatform: [Win32, x64]
21+
BuildPlatform: [Win32]
2222
Configuration: [Release]
2323
env:
2424
BuildPlatform: ${{ matrix.BuildPlatform }}

0 commit comments

Comments
 (0)