Browse Source

ci(macos): install julia dependency (#268)

Otherwise the job fails with the error message

"/bin/sh: julia: command not found"
pull/267/head
dundargoc 4 months ago
committed by GitHub
parent
commit
eba7dfb44f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 6
      .github/workflows/make.yml

6
.github/workflows/make.yml

@ -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'

Loading…
Cancel
Save