mirror of
https://github.com/Slava-Shchipunov/awg-openwrt.git
synced 2026-03-14 01:13:09 +00:00
fix2
This commit is contained in:
2
.github/workflows/build-module.yml
vendored
2
.github/workflows/build-module.yml
vendored
@@ -113,10 +113,10 @@ jobs:
|
|||||||
echo "CONFIG_PACKAGE_kmod-crypto-chacha20poly1305=m" >> .config
|
echo "CONFIG_PACKAGE_kmod-crypto-chacha20poly1305=m" >> .config
|
||||||
|
|
||||||
make defconfig
|
make defconfig
|
||||||
make -j $(nproc) download world
|
|
||||||
|
|
||||||
- name: Build amneziawg-tools
|
- name: Build amneziawg-tools
|
||||||
run: |
|
run: |
|
||||||
|
cat ./build_dir/target-*/linux-*/linux-*/.vermagic || true
|
||||||
make V=s package/amneziawg-tools/{clean,download,prepare}
|
make V=s package/amneziawg-tools/{clean,download,prepare}
|
||||||
make V=s package/amneziawg-tools/compile
|
make V=s package/amneziawg-tools/compile
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user