Skip to content

Commit eba7dfb

Browse files
authored
ci(macos): install julia dependency (#268)
Otherwise the job fails with the error message "/bin/sh: julia: command not found"
1 parent dce3810 commit eba7dfb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/make.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v2
2020
# TODO: update makefile to check MANIFEST
21-
# - name: Install dependencies (MacOS)
22-
# if: matrix.config.os == 'macos-latest'
23-
# run: brew install ruby findutils
21+
- name: Install dependencies (MacOS)
22+
if: runner.os == 'macOS'
23+
run: brew install julia
2424

2525
- name: Check MANIFEST
2626
if: matrix.config.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)