File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3030jobs :
3131 benchmarks :
3232 name : Benchmarks
33- env :
34- VCPKG_PATH : " ${{github.workspace}}/build/vcpkg/packages/hwloc_x64-windows;${{github.workspace}}/build/vcpkg/packages/tbb_x64-windows;${{github.workspace}}/build/vcpkg/packages/jemalloc_x64-windows"
33+ # env:
34+ # VCPKG_PATH: "${{github.workspace}}/build/vcpkg/packages/hwloc_x64-windows;${{github.workspace}}/build/vcpkg/packages/tbb_x64-windows;${{github.workspace}}/build/vcpkg/packages/jemalloc_x64-windows"
3535 strategy :
3636 matrix :
3737 os : ['ubuntu-latest'] # , 'windows-latest']
@@ -93,13 +93,13 @@ jobs:
9393 # run: vcpkg install
9494 # shell: pwsh # Specifies PowerShell as the shell for running the script.
9595
96+ # -DCMAKE_PREFIX_PATH="${{env.VCPKG_PATH}}"
9697 - name : Configure build
9798 run : >
9899 cmake
99100 -B ${{env.BUILD_DIR}}
100101 ${{matrix.extra_build_option}}
101102 -DCMAKE_INSTALL_PREFIX="${{env.INSTL_DIR}}"
102- -DCMAKE_PREFIX_PATH="${{env.VCPKG_PATH}}"
103103 -DUMF_BUILD_SHARED_LIBRARY=ON
104104 -DUMF_BUILD_BENCHMARKS=ON
105105 -DUMF_BUILD_BENCHMARKS_MT=ON
You can’t perform that action at this time.
0 commit comments