Skip to content

Commit

Permalink
added julia install
Browse files Browse the repository at this point in the history
  • Loading branch information
TrentConley committed Jul 16, 2024
1 parent 630f63f commit b40a9cc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cpp-python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,11 @@ jobs:
with:
path: build/Testing/Temporary/CTestCostData.txt
key: ${{ matrix.os }}-${{ hashFiles('tests/CMakeLists.txt') }}
- name: Install Julia
if: runner.os == 'macOS'
run: |
brew update
brew install julia
- name: Install & Configure Doxygen
if: env.release == 'true' && matrix.os == 'macos-12'
run: |
Expand Down

0 comments on commit b40a9cc

Please sign in to comment.