diff --git a/.cirrus.yml b/.cirrus.yml index 0289a64c5..ef7331c41 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -234,9 +234,6 @@ macos_task_template: &MACOS_TASK_TEMPLATE - echo $PATH - export PATH="${HOME}/.local/bin:`python3 -m site --user-base`/bin:$PATH" - echo $PATH - - whereis python3 - - sudo ln -s -f /usr/bin/python3 /usr/local/bin/python - - whereis python - chmod -R 755 /opt/homebrew/opt/qt6/* - chmod -R 755 /opt/homebrew/opt/openssl@1.1/* - python3 --version @@ -250,6 +247,9 @@ macos_task_template: &MACOS_TASK_TEMPLATE - echo $PATH - export PATH="${HOME}/.local/bin:`python3 -m site --user-base`/bin:$PATH" - echo $PATH + - whereis python3 + - sudo ln -s -f /usr/bin/python3 /usr/local/bin/python + - whereis python - pwd - conan profile new valentina - conan profile update settings.build_type=Release valentina