diff --git a/.github/workflows/openwrt-awg.yml b/.github/workflows/openwrt-awg.yml index 6429bc96..459479c9 100644 --- a/.github/workflows/openwrt-awg.yml +++ b/.github/workflows/openwrt-awg.yml @@ -36,7 +36,7 @@ jobs: rm -rf bin/targets/${target}/${subtarget}/packages/ || true wget https://downloads.openwrt.org/releases/${{ matrix.tag }}/targets/${target}/${subtarget}/feeds.buildinfo -O feeds.conf - echo "src-git awgopenwrt https://github.com/lolo6oT/awg-openwrt.git" >> ./feeds.conf + echo "src-git awgopenwrt https://github.com/lolo6oT/awg-openwrt.git;dev" >> ./feeds.conf ./scripts/feeds update -a ./scripts/feeds install -a