Skip to content

Commit 7b0bd50

Browse files
committed
Update C++ CI to include MinGW
1 parent 4ff49b8 commit 7b0bd50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ccp-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
steps:
7777
- uses: actions/checkout@v4
7878
- name: cmake
79-
run: cmake -G "MinGW Makefiles" -A x64 -DOJPH_ENABLE_TIFF_SUPPORT=OFF -DOJPH_BUILD_STREAM_EXPAND=ON ..
79+
run: cmake -G "MinGW Makefiles" -DOJPH_ENABLE_TIFF_SUPPORT=OFF -DOJPH_BUILD_STREAM_EXPAND=ON ..
8080
working-directory: build
8181
- name: build
8282
run: cmake --build . --config Release
@@ -156,7 +156,7 @@ jobs:
156156
steps:
157157
- uses: actions/checkout@v4
158158
- name: cmake
159-
run: cmake -G "MinGW Makefiles" -A x64 -DOJPH_ENABLE_TIFF_SUPPORT=OFF -DOJPH_BUILD_TESTS=ON ..
159+
run: cmake -G "MinGW Makefiles" -DOJPH_ENABLE_TIFF_SUPPORT=OFF -DOJPH_BUILD_TESTS=ON ..
160160
working-directory: build
161161
- name: build
162162
run: cmake --build . --config Release

0 commit comments

Comments
 (0)