Skip to content

Commit

Permalink
Fix broken CI for most recent nats.c library
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbourelly999 committed Mar 20, 2024
1 parent 09c412f commit 0e0e5f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ pushd /tmp
if [ -d "nats.c" ]; then
rm -r nats.c
fi
git clone https://github.com/nats-io/nats.c
git clone https://github.com/nats-io/nats.c --branch v3.7.0
cd nats.c
cmake . -DNATS_BUILD_NO_SPIN=ON
make -j${numCPU}
Expand Down

0 comments on commit 0e0e5f3

Please sign in to comment.