File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments