diff --git a/.github/workflows/build-module.yml b/.github/workflows/build-module.yml index e38af1e..096c68b 100644 --- a/.github/workflows/build-module.yml +++ b/.github/workflows/build-module.yml @@ -68,7 +68,7 @@ jobs: # Setup & install feeds wget https://downloads.openwrt.org/releases/${{ matrix.build_env.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/Slava-Shchipunov/awg-openwrt.git" >> ./feeds.conf ./scripts/feeds update && ./scripts/feeds install -a # Setup config with AWG and dependencies