Skip to content

Commit 2ee99d2

Browse files
committed
wtf is going on
1 parent c79dd88 commit 2ee99d2

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

.github/workflows/build-module.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ jobs:
5858
# Setup & install feeds
5959
wget https://downloads.openwrt.org/releases/${{ matrix.tag }}/targets/${{ matrix.build_env.target}}/${{ matrix.build_env.subtarget}}/feeds.buildinfo -O feeds.conf
6060
echo "src-git awgopenwrt https://github.com/yury-sannikov/awg-openwrt.git" >> ./feeds.conf
61-
./scripts/feeds update
62-
./scripts/feeds install -a
61+
./scripts/feeds update && ./scripts/feeds install -a
6362
6463
# Setup config with AWG and dependencies
6564
wget https://downloads.openwrt.org/releases/${{ matrix.tag }}/targets/${{ matrix.build_env.target}}/${{ matrix.build_env.subtarget}}/config.buildinfo -O .config
@@ -94,7 +93,7 @@ jobs:
9493
exit 1
9594
fi
9695
97-
- name: Build amneziawg-tools
96+
- name: Build AmneziaWG
9897
run: |
9998
VERMAGIC=`cat ./build_dir/target-*/linux-*/linux-*/.vermagic`
10099
echo "Vermagic: $VERMAGIC"
@@ -106,19 +105,15 @@ jobs:
106105
exit 1
107106
fi
108107
109-
make V=s package/amneziawg-tools/{clean,download,prepare}
110-
make V=s package/amneziawg-tools/compile
111-
112-
- name: Build kmod-amneziawg
113-
run: |
114108
make package/kmod-amneziawg/{clean,download,prepare}
115109
make package/kmod-amneziawg/compile
116110
117-
- name: Build luci
118-
run: |
119111
make package/luci-app-amneziawg/{clean,download,prepare}
120112
make package/luci-app-amneziawg/compile V=s
121113
114+
make V=s package/amneziawg-tools/{clean,download,prepare}
115+
make V=s package/amneziawg-tools/compile
116+
122117
- name: Prepare artifacts
123118
run: |
124119
tag_name=${{ github.ref_name }}

0 commit comments

Comments
 (0)