Update .github/workflows/tests.yml

Co-Authored-By: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
hayato iida 2020-03-04 10:03:05 +09:00 committed by GitHub
parent e1508c66ff
commit 4c0a73222b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,7 @@ jobs:
uses: actions/checkout@v1 uses: actions/checkout@v1
- name: Add Homebrew path - name: Add Homebrew path
run: echo "::add-path::/home/linuxbrew/.linuxbrew/bin:/usr/local/bin:/usr/bin:/bin" run: echo "::add-path::/home/linuxbrew/.linuxbrew/bin:/usr/local/bin:/usr/bin:/bin"
- name: Set up Homebrew - name: Set up Homebrew
run: | run: |
if [ "$RUNNER_OS" = "Linux" ]; then if [ "$RUNNER_OS" = "Linux" ]; then