Skip to content

Commit e1fcf19

Browse files
committed
wtf2
1 parent 2ee99d2 commit e1fcf19

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build-module.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ jobs:
9595
9696
- name: Build AmneziaWG
9797
run: |
98+
make target/linux/compile -i -j `nproc` V=s
99+
98100
VERMAGIC=`cat ./build_dir/target-*/linux-*/linux-*/.vermagic`
99101
echo "Vermagic: $VERMAGIC"
100102
@@ -105,8 +107,8 @@ jobs:
105107
exit 1
106108
fi
107109
108-
make package/kmod-amneziawg/{clean,download,prepare}
109-
make package/kmod-amneziawg/compile
110+
make package/kmod-amneziawg/{clean,download,prepare} V=s
111+
make package/kmod-amneziawg/compile V=s
110112
111113
make package/luci-app-amneziawg/{clean,download,prepare}
112114
make package/luci-app-amneziawg/compile V=s

0 commit comments

Comments
 (0)