Skip to content

Commit

Permalink
ci(macos): install julia dependency (#268)
Browse files Browse the repository at this point in the history
Otherwise the job fails with the error message

"/bin/sh: julia: command not found"
  • Loading branch information
dundargoc authored Jul 10, 2024
1 parent dce3810 commit eba7dfb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
steps:
- uses: actions/checkout@v2
# TODO: update makefile to check MANIFEST
# - name: Install dependencies (MacOS)
# if: matrix.config.os == 'macos-latest'
# run: brew install ruby findutils
- name: Install dependencies (MacOS)
if: runner.os == 'macOS'
run: brew install julia

- name: Check MANIFEST
if: matrix.config.os == 'ubuntu-latest'
Expand Down

0 comments on commit eba7dfb

Please sign in to comment.