Skip to content

Commit

Permalink
rum
Browse files Browse the repository at this point in the history
  • Loading branch information
abraryaser02 committed May 12, 2024
1 parent 2a5276b commit 3688dcd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
sudo apt-get install -y git build-essential postgresql-server-dev-13 postgresql-13
git clone https://github.com/postgrespro/rum /tmp/rum
cd /tmp/rum
export PATH=/usr/lib/postgresql/13/bin:$PATH
export PG_CONFIG=/usr/lib/postgresql/13/bin/pg_config
make USE_PGXS=1
sudo make USE_PGXS=1 install
Expand Down

0 comments on commit 3688dcd

Please sign in to comment.