Skip to content

Commit

Permalink
Install the libmaxmind libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
bagedevimo committed Feb 7, 2023
1 parent eda58f3 commit 31ee4e7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
RAILS_ENV: test
DATABASE_URL: "postgres://rails:password@localhost:5432/rails_test"
steps:
- name: Install libmaxmind
run: |
sudo add-apt-repository ppa:maxmind/ppa
sudo apt-get update
sudo apt-get install -y libmaxminddb0 libmaxminddb-dev mmdb-bin
- name: Checkout code
uses: actions/checkout@v3
# Add or replace dependency steps here
Expand Down

0 comments on commit 31ee4e7

Please sign in to comment.