Skip to content

Commit 4a5c7ad

Browse files
authored
Merge pull request #2242 from Exiv2/mainSpecialBuilds
Fix special builds for main
2 parents 0594f86 + bf7a33c commit 4a5c7ad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/on_push_ExtraJobsForMain.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- '!*'
99
paths-ignore:
1010
- "*.md"
11+
workflow_dispatch:
1112

1213
jobs:
1314
special_debugRelease:
@@ -19,8 +20,9 @@ jobs:
1920

2021
- name: install dependencies
2122
run: |
23+
sudo apt-get install ninja-build
2224
pip3 install conan==1.48.1
23-
pip install gcovr
25+
pip3 install gcovr
2426
2527
- name: Conan common config
2628
run: |

0 commit comments

Comments
 (0)