From b137eff576d19a2b3b3f9f6a7e3d9255aac0f46e Mon Sep 17 00:00:00 2001 From: Yuri Astrakhan Date: Thu, 12 Oct 2023 15:01:56 -0400 Subject: [PATCH] wip --- .github/workflows/homebrew.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/homebrew.yml b/.github/workflows/homebrew.yml index 8a48fb4af..01ca3e663 100644 --- a/.github/workflows/homebrew.yml +++ b/.github/workflows/homebrew.yml @@ -26,6 +26,9 @@ jobs: # - run: brew tap maplibre/martin # - run: brew install martin + - name: Checkout sources + uses: actions/checkout@v4 + - name: Checkout maplibre/homebrew-martin # if: startsWith(github.ref, 'refs/tags/') uses: actions/checkout@v4