Fix special builds for main

main
Luis Díaz Más 3 years ago
parent 0594f8670c
commit bf7a33c1fe

@ -8,6 +8,7 @@ on:
- '!*' - '!*'
paths-ignore: paths-ignore:
- "*.md" - "*.md"
workflow_dispatch:
jobs: jobs:
special_debugRelease: special_debugRelease:
@ -19,8 +20,9 @@ jobs:
- name: install dependencies - name: install dependencies
run: | run: |
sudo apt-get install ninja-build
pip3 install conan==1.48.1 pip3 install conan==1.48.1
pip install gcovr pip3 install gcovr
- name: Conan common config - name: Conan common config
run: | run: |

Loading…
Cancel
Save