Skip to content

Commit

Permalink
[ci] Make sure to install qt5 on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
arntanguy committed Mar 17, 2021
1 parent 6d5d679 commit ea9c5cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
ubuntu: |
apt: cython cython3 python-nose python3-nose python-numpy python3-numpy python-coverage python3-coverage python-setuptools python3-setuptools libeigen3-dev doxygen doxygen-latex libboost-all-dev libtinyxml2-dev libgeos++-dev libnanomsg-dev libyaml-cpp-dev libltdl-dev qt5-default libqwt-qt5-dev
macos: |
brew: eigen boost tinyxml2 geos nanomsg yaml-cpp pkg-config libtool qt qwt gcc
brew: eigen boost tinyxml2 geos nanomsg yaml-cpp pkg-config libtool qt5 qwt gcc
pip: Cython coverage nose numpy
github:
- path: jrl-umi3218/mc_rtc_data
Expand Down

0 comments on commit ea9c5cb

Please sign in to comment.