From 0867fd1a7c600bce9028a16b0da31ccbe69e8c6f Mon Sep 17 00:00:00 2001 From: Hamish Coleman Date: Mon, 30 Jan 2023 11:11:43 +0000 Subject: [PATCH] One more try to avoid building all the kmod packages --- .github/workflows/tests.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a979198..fa81ecc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -448,6 +448,12 @@ jobs: path: openwrt/bin key: openwrt-bin-${{ matrix.sdk_ver }}-${{ matrix.name }} + - name: Cache openwrt build_dir + uses: actions/cache@v3 + with: + path: openwrt/build_dir + key: openwrt-build_dir-${{ matrix.sdk_ver }}-${{ matrix.name }} + - name: Copy n2n package definition into openwrt run: | cp -r n2n/packages/openwrt openwrt/package/n2n