Skip to content

Commit f3910f8

Browse files
Update build.yml
1 parent 6b8449c commit f3910f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
run: |
100100
echo -n "" >prerelease.txt
101101
mkdir build && cd build
102-
cmake .. -G "NMake Makefiles" -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DPROJECT_VERSION=${{needs.release.outputs.tag}} -DBoost_INCLUDE_DIR=${{env.BOOST_ROOT}}\include -DBoost_LIBRARY_DIRS=${{env.BOOST_ROOT}}\lib -DCMAKE_MSVC_RUNTIME_LIBRARY=MultiThreaded
102+
cmake .. -G "NMake Makefiles" -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DPROJECT_VERSION="${{needs.release.outputs.tag}}" -DBoost_INCLUDE_DIR=${{env.BOOST_ROOT}}\include -DBoost_LIBRARY_DIRS=${{env.BOOST_ROOT}}\lib -DCMAKE_MSVC_RUNTIME_LIBRARY=MultiThreaded
103103
nmake ylem
104104
- name: Build
105105
if: ${{ matrix.platform.os != 'windows-latest' }}

0 commit comments

Comments
 (0)