diff --git a/.github/workflows/homebrew.yml b/.github/workflows/homebrew.yml index bf01a900c..1f2396fe4 100644 --- a/.github/workflows/homebrew.yml +++ b/.github/workflows/homebrew.yml @@ -7,7 +7,10 @@ jobs: runs-on: macos-latest steps: - - run: brew version + - run: brew --version + - run: brew tap maplibre/martin https://github.com/maplibre/martin.git + - run: brew install maplibre/martin/martin + # - name: Checkout code # uses: actions/checkout@v2 #