Skip to content

Commit a97e8e6

Browse files
committed
comment
1 parent 7024ef9 commit a97e8e6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test-ci-windows.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,15 +96,16 @@ jobs:
9696
9797
cmake `
9898
-DAPACHE_ROOT="$env:APACHE_ROOT" `
99-
# -DSSDEEP_ROOT="${{ github.workspace }}\ssdeep-install-${{ matrix.arch }}" `
10099
-DCMAKE_INSTALL_PREFIX="${{ github.workspace }}\iis\release\$installDir" `
101100
-DCMAKE_TOOLCHAIN_FILE="$env:VCPKG_INSTALLATION_ROOT\scripts\buildsystems\vcpkg.cmake" `
102101
-A $cmakeArch `
103-
# -DWITH_SSDEEP=ON `
104102
-DWITH_LUA=ON `
105103
-DWITH_YAJL=ON `
106104
-S IIS -B "iis\build-${{ matrix.arch }}"
107105
106+
# -DSSDEEP_ROOT="${{ github.workspace }}\ssdeep-install-${{ matrix.arch }}" `
107+
# -DWITH_SSDEEP=ON `
108+
108109
- name: Build IIS Module
109110
shell: pwsh
110111
run: |

0 commit comments

Comments
 (0)