summaryrefslogtreecommitdiff
path: root/.github/workflows/build-openwrt.yml
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2023-01-17 20:56:33 +0100
committerToni Uhlig <matzeton@googlemail.com>2023-01-17 21:01:47 +0100
commit5e313f43f956dd3a94c65529bad7a90d63c5a0e5 (patch)
treece14e0ff90f01068aa8ffd87bf5b0a866f25ae07 /.github/workflows/build-openwrt.yml
parenta3d20c17d1cbec880439b79187bd404fdb418518 (diff)
Small CI/CD/nDPIsrvd.py improvements.
* Updated examples/js-rt-analyzer and examples/js-rt-analyzer-frontend Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to '.github/workflows/build-openwrt.yml')
-rw-r--r--.github/workflows/build-openwrt.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build-openwrt.yml b/.github/workflows/build-openwrt.yml
index baeaf24ed..21a96ecdf 100644
--- a/.github/workflows/build-openwrt.yml
+++ b/.github/workflows/build-openwrt.yml
@@ -53,7 +53,8 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
- fetch-depth: 0
+ submodules: false
+ fetch-depth: 1
- name: Build
uses: openwrt/gh-action-sdk@master