Skip to content

Commit d4613c3

Browse files
committed
test2
1 parent 381f95b commit d4613c3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
./scripts/feeds install -a
2828
compile:
2929
runs-on: debian-12
30-
run: |
31-
make package/luci-app-fleth/compile V=s
32-
ls bin
30+
steps:
31+
name: compile
32+
run: |
33+
make package/luci-app-fleth/compile V=s
34+
ls bin

0 commit comments

Comments
 (0)