Skip to content

Commit

Permalink
add install sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
gmweaver committed Jun 5, 2024
1 parent d4d8de0 commit 40854fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
env:
CIBW_BEFORE_ALL_LINUX: yum install clang curl autoconf automake libtool
CIBW_BEFORE_ALL_MACOS: brew install curl autoconf automake libtool pkg-config
CIBW_BEFORE_ALL_LINUX: yum install autoconf automake curl libtool sudo
CIBW_BEFORE_ALL_MACOS: brew install autoconf automake curl libtool pkg-config

- uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion install_libpostal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ git checkout tags/v1.1
./bootstrap.sh
./configure --datadir=/tmp/libpostal_data_files --disable-data-download --disable-sse2
make -j4
make install
sudo make install

if [ "$OS" = "Linux" ]; then
sudo ldconfig
Expand Down

0 comments on commit 40854fc

Please sign in to comment.