Skip to content

Commit

Permalink
fix before cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
gmweaver committed Jun 5, 2024
1 parent 0e15e37 commit 63688b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
env:
CIBW_SKIP: cp36-* cp37-* *musllinux*
CIBW_BEFORE_ALL_LINUX: >
yum install -y autoconf automake curl libtool pkgconfig sudo
yum install -y autoconf automake curl libtool pkgconfig sudo &&
git clone https://github.com/openvenues/libpostal &&
cd libpostal &&
git checkout tags/v1.1 &&
Expand All @@ -37,7 +37,7 @@ jobs:
pkg-config --libs libpostal &&
pkg-config --cflags --libs libpostal
CIBW_BEFORE_ALL_MACOS: >
brew install autoconf automake curl libtool pkg-config
brew install autoconf automake curl libtool pkg-config &&
git clone https://github.com/openvenues/libpostal &&
cd libpostal &&
git checkout tags/v1.1 &&
Expand Down

0 comments on commit 63688b7

Please sign in to comment.