Conversation
|
Mac is failing with |
|
Windows CI is pending jtanx/fontforgebuilds#23 |
| working-directory: repo | ||
| run: | | ||
| # There can be several Python versions installed. We must use the exact one discovered by CMake. | ||
| PYTHON=`grep -m1 'Python3_EXECUTABLE.*=' build/CMakeCache.txt | cut -d= -f2` |
There was a problem hiding this comment.
But the original version it selects is influenced by the PYTHON environment variable set above?
There was a problem hiding this comment.
Which one do you mean? I removed PYTHON: python3.10 at line 13 above.
PYTHON=python3 in setup_linux_deps.sh only serves the installation. Whatever is installed there would be later discovered by CMake and used accordingly.
|
In an unrelated issue, the standalone For more information: pypa/setuptools#4870. |
ubuntu-latestCI runner now defaults to Ubuntu 24.04 (see actions/runner-images#10636). This PR fixes the issues which arose with the new version.