Skip to content

Commit ba68e7f

Browse files
committed
ci: Install [email protected] for macOS
This commit updates the CI workflow to install the Python 3.10 package for macOS because the current sdk-build-macos image only contains Python 3.8. This should be reverted once the sdk-build-macos image is updated to include the `[email protected]` package by default. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent c2458cd commit ba68e7f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,10 @@ jobs:
538538
gnu-sed gnu-tar help2man meson ncurses ninja pkg-config
539539
fi
540540
541+
# Install Python 3.10 (temporary until the sdk-build-macos image is
542+
# updated)
543+
brew install [email protected]
544+
541545
# Install dependencies for cross compilation
542546
if [ "${{ matrix.host.name }}" == "macos-x86_64" ]; then
543547
# Make crosskit available in PATH

0 commit comments

Comments
 (0)