Skip to content
This repository was archived by the owner on Sep 22, 2025. It is now read-only.

Commit 3406730

Browse files
committed
Run brew update instead of tapping homebrew/core
1 parent 4f44f12 commit 3406730

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/update-database.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ jobs:
2525
- name: Set up Homebrew
2626
id: set-up-homebrew
2727
uses: Homebrew/actions/setup-homebrew@main
28-
with:
29-
core: true
28+
29+
- name: Update Homebrew
30+
run: brew update
3031

3132
- name: Install oras for interacting with GitHub Packages
3233
run: brew install oras

0 commit comments

Comments
 (0)