Skip to content

Commit

Permalink
💚 Use vcpkg to install jemalloc on the Windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wlambooy committed Jan 22, 2025
1 parent 1ebe79d commit 71ab0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
run: >
cmake ${{github.workspace}} -G "${{matrix.env}}" -A x64 -T ${{matrix.toolset}}
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_TOOLCHAIN_FILE="${{ env.VCPKG_ROOT }}/scripts/buildsystems/vcpkg.cmake"
-DCMAKE_TOOLCHAIN_FILE="${{ github.workspace }}/vcpkg/scripts/buildsystems/vcpkg.cmake"
-DFICTION_ENABLE_UNITY_BUILD=ON
-DFICTION_ENABLE_PCH=ON
-DFICTION_ENABLE_JEMALLOC=ON
Expand Down

0 comments on commit 71ab0ed

Please sign in to comment.