Skip to content

Commit

Permalink
fix workflow by adding correct pg_config path for current ver
Browse files Browse the repository at this point in the history
  • Loading branch information
merefield committed Aug 27, 2023
1 parent a210a2d commit 5bdc646
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/plugin-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ jobs:
sudo apt-get -y install -y postgresql-server-dev-13
git clone https://github.com/neondatabase/pg_embedding.git
cd pg_embedding
make
make install
make PG_CONFIG=/usr/lib/postgresql/13/bin/pg_config
make PG_CONFIG=/usr/lib/postgresql/13/bin/pg_config install
- name: Bundler cache
uses: actions/cache@v3
Expand Down

0 comments on commit 5bdc646

Please sign in to comment.