From 2c0e928f8bbe89ea42deb404e8499bc8b0248be1 Mon Sep 17 00:00:00 2001 From: Atticus Zeller Date: Thu, 30 Jan 2025 16:49:02 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3123dce..27f3248 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,7 +26,7 @@ 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 --no-install-recommends\ + run: sudo apt-get update && apt-get install -y \ libpq-dev \ gcc \ && rm -rf /var/lib/apt/lists/*