We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 96dd77a + fbff541 commit 6bf53afCopy full SHA for 6bf53af
1 file changed
.github/workflows/meson.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: install libraries
16
run: sudo apt-get install libjson-c-dev
17
- uses: actions/checkout@v2
18
- - uses: actions/setup-python@v1
+ - uses: actions/setup-python@v3
19
- uses: BSFishy/[email protected]
20
with:
21
setup-options: --werror
@@ -34,7 +34,7 @@ jobs:
34
35
run: sudo apt-get remove -y libssl-dev
36
37
38
39
40
@@ -54,7 +54,7 @@ jobs:
54
55
run: sudo apt-get install libjson-c-dev lcov
56
57
58
59
60
setup-options: -Db_coverage=true --werror
0 commit comments