Skip to content

Commit

Permalink
test3
Browse files Browse the repository at this point in the history
  • Loading branch information
makeding committed Sep 27, 2024
1 parent d4613c3 commit 574ede2
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
tar --strip-components=1 -xf openwrt*.tar.xz
- name: Checkout fleth
uses: actions/checkout@v4
path: packages/huggy
with:
path: packages/huggy
- name: download dependencies
run: |
pwd
Expand All @@ -28,7 +29,7 @@ jobs:
compile:
runs-on: debian-12
steps:
name: compile
run: |
make package/luci-app-fleth/compile V=s
ls bin
- name: compile
run: |
make package/luci-app-fleth/compile V=s
ls bin

0 comments on commit 574ede2

Please sign in to comment.