Skip to content

Commit

Permalink
Add libpcre2-dev to make ci-setup.
Browse files Browse the repository at this point in the history
This is needed now that the regex library is no longer part of ponyc.
  • Loading branch information
jemc committed Jul 28, 2019
1 parent 662f998 commit f2c4fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ci: test spec

ci-setup:
apt-get update
apt-get install -y ruby
apt-get install -y libpcre2-dev ruby
gem install rspec:3.7.0 redis:4.0.1
stable fetch

Expand Down

0 comments on commit f2c4fdf

Please sign in to comment.