One more try to avoid building all the kmod packages

This commit is contained in:
Hamish Coleman 2023-01-30 11:11:43 +00:00
parent c3f5d69020
commit 0867fd1a7c

View File

@ -448,6 +448,12 @@ jobs:
path: openwrt/bin path: openwrt/bin
key: openwrt-bin-${{ matrix.sdk_ver }}-${{ matrix.name }} 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 - name: Copy n2n package definition into openwrt
run: | run: |
cp -r n2n/packages/openwrt openwrt/package/n2n cp -r n2n/packages/openwrt openwrt/package/n2n