File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ jobs:
210210 --build-type ${{matrix.build_type}}
211211 --disjoint-pool
212212 --jemalloc-pool
213- ${{ matrix.install_tbb == 'ON' && matrix.disable_hwloc != 'ON' && '--proxy' || '' }}
213+ ${{ matrix.install_tbb == 'ON' && matrix.disable_hwloc != 'ON' && matrix.shared_library == 'ON' && '--proxy' || '' }}
214214 --umf-version ${{env.UMF_VERSION}}
215215 ${{ matrix.shared_library == 'ON' && '--shared-library' || '' }}
216216
@@ -300,7 +300,7 @@ jobs:
300300 --build-type ${{matrix.build_type}}
301301 --disjoint-pool
302302 --jemalloc-pool
303- --proxy
303+ ${{matrix.shared_library == 'ON' && ' --proxy' || '' }}
304304 --umf-version ${{env.UMF_VERSION}}
305305 ${{ matrix.shared_library == 'ON' && '--shared-library' || ''}}
306306
You can’t perform that action at this time.
0 commit comments