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 5a74641 commit d07ebf4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,7 @@ jobs:
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: sudo apt-get update && sudo apt-get install -y \
libpq-dev \
gcc \
&& sudo rm -rf /var/lib/apt/lists/*
- name: Install Supabase
run: brew install supabase/tap/supabase

Expand Down

0 comments on commit d07ebf4

Please sign in to comment.