Skip to content

Commit

Permalink
pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
John Collins committed Mar 10, 2024
1 parent 37d40ce commit 6fc8bd7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/manifold.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,14 @@ jobs:
runs-on: macos-14
if: github.event.pull_request.draft == false
steps:
- name: Install Python 3.12
run: |
brew update
brew install [email protected]
- name: Configure Python 3.12 Environment
run: |
echo "PATH=$(brew --prefix [email protected])/bin:$PATH" >> $GITHUB_ENV
python3 -m pip install --upgrade pip
- name: Install common dependencies
run: |
brew install pkg-config assimp
Expand Down

0 comments on commit 6fc8bd7

Please sign in to comment.