Skip to content
Snippets Groups Projects
Commit 52fa8350 authored by Jan Pöppel's avatar Jan Pöppel
Browse files

another try to fix dependency conflicts

parent 528edf8d
No related branches found
No related tags found
No related merge requests found
...@@ -26,13 +26,13 @@ outputs: ...@@ -26,13 +26,13 @@ outputs:
script: install_cpp.sh script: install_cpp.sh
requirements: requirements:
host: host:
- libprotobuf - protobuf
- mosquitto - mosquitto
- libboost - libboost
run: run:
- mosquitto - mosquitto
- libprotobuf - {{ pin_compatible(libprotobuf) }}
- libboost - libboost
- name: ipaaca-py - name: ipaaca-py
script: install_python.sh script: install_python.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment