File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -337,8 +337,13 @@ jobs:
337337 brew update
338338 brew install ninja cmake
339339
340- python3 -m pip install --upgrade pip
341- python3 -m pip install conan
340+ python3 -m venv "$RUNNER_TEMP/conan-venv"
341+ source "$RUNNER_TEMP/conan-venv/bin/activate"
342+
343+ python -m pip install --upgrade pip
344+ python -m pip install conan
345+
346+ echo "$RUNNER_TEMP/conan-venv/bin" >> "$GITHUB_PATH"
342347
343348 conan --version
344349 cmake --version
@@ -383,7 +388,7 @@ jobs:
383388 shell : bash
384389 run : |
385390 version="${{ steps.vars.outputs.build_version }}"
386- artifact_name="open.mp-macos-arm-${{ matrix.arch }}${{ matrix. ssl == 'dynamic' && '-dynssl' || '' }}-${version}"
391+ artifact_name="open.mp-macos-arm-${{ matrix.ssl == 'dynamic' && '-dynssl' || '' }}-${version}"
387392
388393 echo "artifact_name=${artifact_name}" >> "$GITHUB_OUTPUT"
389394
You can’t perform that action at this time.
0 commit comments