File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -190,20 +190,6 @@ jobs:
190190 - name : Build ancillary tools
191191 run : cmake --build build --config Release --target imglab htmlify dtoc --parallel 4
192192
193- windows-2019 :
194- runs-on : ' windows-2019'
195- steps :
196- - uses : actions/checkout@v2
197- - name : Configure
198- run : |
199- # don't use CMake 3.25.0 https://gitlab.kitware.com/cmake/cmake/-/issues/23975
200- pip3 install cmake==3.24.0
201- cmake . -B build
202- - name : Build just tests
203- run : cmake --build build --config Debug --target dtest --parallel 4
204- - name : Build ancillary tools
205- run : cmake --build build --config Release --target imglab htmlify dtoc --parallel 4
206-
207193 # Disable this because macos targets aren't working on github actions right now.
208194 # macos-latest:
209195 # runs-on: 'macos-latest'
You can’t perform that action at this time.
0 commit comments