From 5113c89a56d2d53e0b1b5347626439d4c72a8996 Mon Sep 17 00:00:00 2001 From: "Jan T. Sott" Date: Wed, 3 Apr 2024 00:55:18 +0200 Subject: [PATCH] add install step --- .github/workflows/audit.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 3449f22..2699bcf 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -15,10 +15,14 @@ jobs: os: [macos-latest, ubuntu-latest] steps: - - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 # v4.1.1 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 with: fetch-depth: 1 + - name: Install Homebrew + if: matrix.os == 'ubuntu-latest' + uses: Homebrew/actions/setup-homebrew@master + - name: Update Homebrew run: brew update