mirror of
https://github.com/Slava-Shchipunov/awg-openwrt.git
synced 2026-03-14 01:13:09 +00:00
no shared cache key
This commit is contained in:
4
.github/workflows/build-module.yml
vendored
4
.github/workflows/build-module.yml
vendored
@@ -91,10 +91,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Update feeds
|
- name: Update feeds
|
||||||
run: |
|
run: |
|
||||||
# clean if cache restored from different cache key
|
|
||||||
rm -rf bin/packages/${{ matrix.build_env.pkgarch }}/awgopenwrt/ || true
|
|
||||||
rm -rf bin/targets/${{ matrix.build_env.target}}/${{ matrix.build_env.subtarget}}/packages/ || true
|
|
||||||
|
|
||||||
wget https://downloads.openwrt.org/releases/${{ matrix.tag }}/targets/${{ matrix.build_env.target}}/${{ matrix.build_env.subtarget}}/feeds.buildinfo -O feeds.conf
|
wget https://downloads.openwrt.org/releases/${{ matrix.tag }}/targets/${{ matrix.build_env.target}}/${{ matrix.build_env.subtarget}}/feeds.buildinfo -O feeds.conf
|
||||||
echo "src-git awgopenwrt https://github.com/yury-sannikov/awg-openwrt.git" >> ./feeds.conf
|
echo "src-git awgopenwrt https://github.com/yury-sannikov/awg-openwrt.git" >> ./feeds.conf
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user