From 92a4d29b424b934111c77c7e60c930457e4d08db Mon Sep 17 00:00:00 2001 From: Rhys Mainwaring Date: Sun, 17 Dec 2023 22:54:11 +0000 Subject: [PATCH] CI: update macOS workflow - Add Python 3.12 scripts to path (colcon is installed with Python 3.12). Signed-off-by: Rhys Mainwaring --- .github/scripts/macos_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/macos_build.sh b/.github/scripts/macos_build.sh index 20b62020..02269f30 100755 --- a/.github/scripts/macos_build.sh +++ b/.github/scripts/macos_build.sh @@ -11,6 +11,6 @@ export PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:/usr/local/opt/dartsim@6.10.0/lib/pkgc export CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/usr/local/opt/qt@5 # Python scripts installed with: `pip3 install --user ` -export PATH=$PATH:$HOME/Library/Python/3.11/bin +export PATH=$PATH:$HOME/Library/Python/3.11/bin:$HOME/Library/Python/3.12/bin colcon build --symlink-install --merge-install --cmake-args -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_TESTING=ON -DCMAKE_CXX_STANDARD=17 -DCMAKE_MACOSX_RPATH=FALSE -DCMAKE_INSTALL_NAME_DIR=$(pwd)/install/lib