Skip to content

Commit ecd1ae3

Browse files
committed
CI
1 parent 495b1bc commit ecd1ae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Compile
4040
run: |
4141
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
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
4343
cmake --build ${{github.workspace}}/build-cmake --config ${{env.BUILD_TYPE}}
4444
4545
- name: Create Package

0 commit comments

Comments
 (0)