We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dbda32 commit 4a96b6aCopy full SHA for 4a96b6a
.github/workflows/ci.yml
@@ -40,14 +40,6 @@
40
},
41
"run": "meson setup build",
42
43
- {
44
- "name": "Run clang-format",
45
- "run": "bash $SCRIPTS/check-format.sh",
46
- },
47
48
- "name": "Run clang-tidy",
49
- "run": "bash $SCRIPTS/check-tidy.sh",
50
51
],
52
53
"build-arch": {
@@ -155,6 +147,10 @@
155
147
"fetch-depth": 0,
156
148
157
149
150
+ {
151
+ "name": "Install build dependencies",
152
+ "run": "dnf -y install tree && tree .",
153
+ },
158
154
{
159
"name": "Install build dependencies",
160
"run": "bash $SCRIPTS/pkg-fedora.sh install",
0 commit comments