diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b6a728acab..927f7f18af 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,6 +15,7 @@ jobs: uses: actions/checkout@v1 - name: Add Homebrew path run: echo "::add-path::/home/linuxbrew/.linuxbrew/bin:/usr/local/bin:/usr/bin:/bin" + - name: Set up Homebrew run: | if [ "$RUNNER_OS" = "Linux" ]; then