From ad8294f66958a9b2c05b3fe09f8ac3c279b5a86f Mon Sep 17 00:00:00 2001 From: Dean M Greer <38226388+Gcenx@users.noreply.github.com> Date: Wed, 17 Jul 2024 01:37:23 -0400 Subject: [PATCH] tests.yml: Add brew update --- .github/workflows/tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1e2290f..668ced2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -36,7 +36,9 @@ jobs: - run: brew test-bot --only-tap-syntax - - run: brew test-bot --only-formulae + - run: | + brew update + brew test-bot --only-formulae if: github.event_name == 'pull_request' - name: Upload bottles as artifact