Merge pull request #2040 from gaelicWizard/parallel

CI: install `parallel` on OSX
pull/2066/head
Noah Gorny 2022-01-26 17:29:26 +02:00 committed by GitHub
commit 5a849419ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@ jobs:
- name: Install greadlink
if: startsWith(runner.os, 'macOS')
run: brew install coreutils
- name: Install parallel
if: startsWith(runner.os, 'macOS')
run: brew install parallel
- name: Test code
run: test/run