Skip to content

Commit

Permalink
install lib postal
Browse files Browse the repository at this point in the history
  • Loading branch information
le0pard committed Jul 5, 2024
1 parent 411f2f3 commit ef7950b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,19 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}

- name: Install libpostal
run: |
mkdir /libpostal_code
mkdir /libpostal_datadir
cd /libpostal_code
git clone https://github.com/openvenues/libpostal
cd libpostal
./bootstrap.sh
./configure --datadir=/libpostal_datadir
make -j4
make install
ldconfig /usr/local/lib
- name: CLI tests
run: |
go mod tidy
Expand Down

0 comments on commit ef7950b

Please sign in to comment.