mirror of
https://github.com/ntop/n2n.git
synced 2024-04-21 16:31:34 +00:00
Fix the cache key. Also adjust the deps - the openwrt build is the longest, so start it sooner
This commit is contained in:
@@ -406,8 +406,6 @@ jobs:
|
||||
|
||||
package_ipk:
|
||||
name: Package for OpenWrt
|
||||
needs:
|
||||
- test_linux
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
@@ -431,7 +429,7 @@ jobs:
|
||||
steps:
|
||||
- name: Get sdk
|
||||
run: |
|
||||
wget ${{ matrix.sdk }} -O openwrt-sdk.tar.xz
|
||||
wget -q ${{ matrix.sdk }} -O openwrt-sdk.tar.xz
|
||||
tar xf openwrt-sdk.tar.xz
|
||||
mv openwrt-sdk-* openwrt
|
||||
working-directory: ./
|
||||
@@ -450,8 +448,8 @@ jobs:
|
||||
- name: Cache openwrt bin
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: bin
|
||||
key: openwrt-bin-${{ matrix.sdk_ver }}
|
||||
path: openwrt/bin
|
||||
key: openwrt-bin-${{ matrix.sdk_ver }}-${{ matrix.name }}
|
||||
|
||||
- name: Copy n2n package definition into openwrt
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user