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

Expand Down

0 comments on commit 5a74641

Please sign in to comment.