We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dce3810 commit eba7dfbCopy full SHA for eba7dfb
.github/workflows/make.yml
@@ -18,9 +18,9 @@ jobs:
18
steps:
19
- uses: actions/checkout@v2
20
# TODO: update makefile to check MANIFEST
21
- # - name: Install dependencies (MacOS)
22
- # if: matrix.config.os == 'macos-latest'
23
- # run: brew install ruby findutils
+ - name: Install dependencies (MacOS)
+ if: runner.os == 'macOS'
+ run: brew install julia
24
25
- name: Check MANIFEST
26
if: matrix.config.os == 'ubuntu-latest'
0 commit comments