Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

Commit

Permalink
migrate bison to CCI
Browse files Browse the repository at this point in the history
  • Loading branch information
ericLemanissier authored Apr 28, 2020
1 parent 4484708 commit 924d23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def build_requirements(self):
if self.options.qtwebengine:
# gperf, bison, flex, python >= 2.7.5 & < 3
if not tools.which("bison"):
self.build_requires("bison_installer/3.3.2@bincrafters/stable")
self.build_requires("bison/3.5.3")
if not tools.which("gperf"):
self.build_requires("gperf/3.1")
if not tools.which("flex"):
Expand Down

0 comments on commit 924d23f

Please sign in to comment.