Skip to content

Commit

Permalink
ignore homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
alvindimas05 committed Aug 15, 2024
1 parent d3a1441 commit 15573f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.11.0'
- name: Set up Homebrew
uses: Homebrew/actions/setup-homebrew@master
node-version: '18.19.0'
# - name: Set up Homebrew
# uses: Homebrew/actions/setup-homebrew@master
- name: Install Bun
uses: oven-sh/setup-bun@v2
- name: Install Brew dependencies
run: brew install p7zip coreutils
# - name: Install Brew dependencies
# run: brew install p7zip coreutils
- name: Build and Install
run: |
bun i
Expand Down

0 comments on commit 15573f1

Please sign in to comment.