From e846da369654b3a1f3ee30a5391b9a867287d8fb Mon Sep 17 00:00:00 2001 From: Slava-Shchipunov <92646230+Slava-Shchipunov@users.noreply.github.com> Date: Fri, 23 Aug 2024 15:32:33 +0700 Subject: [PATCH] fix: add ref to commit with correct kernel --- .github/workflows/build-module.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-module.yml b/.github/workflows/build-module.yml index e596e78..450623d 100644 --- a/.github/workflows/build-module.yml +++ b/.github/workflows/build-module.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v4 with: repository: openwrt/openwrt - ref: master + ref: 715634e6d1443eacdcb84b04d1028c1564b08dbf fetch-depth: 0 - name: Cache Tools and Kernel