Skip to content

Commit

Permalink
add install step
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Apr 2, 2024
1 parent 7b35ae6 commit 5113c89
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5113c89

Please sign in to comment.