Skip to content

Commit 8c0e25d

Browse files
Added new file location as per the log
1 parent b224303 commit 8c0e25d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,12 @@ jobs:
6464
6565
- name: Configure DLL (Windows)
6666
if: runner.os == 'Windows'
67-
# Note: We removed the Choco install. Windows runners already have CMake & VS 2022.
6867
run: |
6968
cmake -S backend/CaseConversionAPI/CppLib `
7069
-B backend/CaseConversionAPI/CppLib/build_dll `
71-
-DCMAKE_BUILD_TYPE=Release -G "Visual Studio 17 2022" -A x64
70+
-DCMAKE_BUILD_TYPE=Release `
71+
-DPROCESSSTRING_EXPORTS=ON `
72+
-G "Visual Studio 17 2022" -A x64
7273
7374
- name: Build DLL
7475
run: cmake --build backend/CaseConversionAPI/CppLib/build_dll --config Release --parallel

0 commit comments

Comments
 (0)