Merge pull request #2242 from Exiv2/mainSpecialBuilds

Fix special builds for main
main
Luis Díaz Más 3 years ago committed by GitHub
commit 4a5c7adc04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save