1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Only install swig 2.0 for circleCI

This commit is contained in:
Ycarus (Yannick Chabanois) 2019-08-24 21:41:21 +02:00
parent b68350bea9
commit e85b445dcc

View file

@ -360,7 +360,7 @@ jobs:
no_output_timeout: 40m
command: |
sudo apt-get update
sudo apt-get -yq install swig swig2.0
sudo apt-get -yq install swig2.0
make IGNORE_ERRORS=m -C ~/openmptcprouter/$OMR_TARGET/source package/{compile,install,index} target/compile -j2 package/compile -j2 target/install -j2
- run: