Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AtticusZeller authored Jan 30, 2025
1 parent 741025b commit 63b45cf
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,14 @@ jobs:
with:
enable-cache: true
- name: Install brew
run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

run: |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
- name: Install pg deps
run: apt-get update && apt-get install -y --no-install-recommends\
libpq-dev \
gcc \
&& rm -rf /var/lib/apt/lists/*
- name: Install Supabase
run: brew install supabase/tap/supabase

Expand Down

0 comments on commit 63b45cf

Please sign in to comment.