We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 495b1bc commit ecd1ae3Copy full SHA for ecd1ae3
.github/workflows/windows.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Compile
40
run: |
41
mkdir build-cmake
42
- cmake -S ${{github.workspace}} -B ${{github.workspace}}/build-cmake -DCMAKE_PREFIX_PATH=${{github.workspace}}/vcpkg_installed/x64-windows -DSPELLCHECKER_HUNSPELL=OFF -DSPELLCHECKER_NUSPELL=ON -DPREVIEW=useqtwebengine
+ cmake -S ${{github.workspace}} -B ${{github.workspace}}/build-cmake -DCMAKE_PREFIX_PATH=${{github.workspace}}/vcpkg_installed/x64-windows -DSPELLCHECKER_HUNSPELL=OFF -DSPELLCHECKER_NUSPELL=ON
43
cmake --build ${{github.workspace}}/build-cmake --config ${{env.BUILD_TYPE}}
44
45
- name: Create Package
0 commit comments