Browse Source

One more try to avoid building all the kmod packages

pull/1076/head
Hamish Coleman 2 years ago
parent
commit
0867fd1a7c
  1. 6
      .github/workflows/tests.yml

6
.github/workflows/tests.yml

@ -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

Loading…
Cancel
Save