Skip to content

Commit ab88e3c

Browse files
authored
Merge pull request #2118 from gorogoro123/feature/remove_x64_from_doxygen
doxygen の BuildPlatform:x64 削除
2 parents 0cc6fca + 2f7eb75 commit ab88e3c

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)