Skip to content

Commit 4a96b6a

Browse files
committed
1
1 parent 3dbda32 commit 4a96b6a

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/ci.yml

+4-8
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,6 @@
4040
},
4141
"run": "meson setup build",
4242
},
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-
},
5143
],
5244
},
5345
"build-arch": {
@@ -155,6 +147,10 @@
155147
"fetch-depth": 0,
156148
},
157149
},
150+
{
151+
"name": "Install build dependencies",
152+
"run": "dnf -y install tree && tree .",
153+
},
158154
{
159155
"name": "Install build dependencies",
160156
"run": "bash $SCRIPTS/pkg-fedora.sh install",

0 commit comments

Comments
 (0)