Skip to content

Commit

Permalink
wtf2
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-sannikov committed Feb 21, 2024
1 parent 2ee99d2 commit e1fcf19
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ jobs:
- name: Build AmneziaWG
run: |
make target/linux/compile -i -j `nproc` V=s
VERMAGIC=`cat ./build_dir/target-*/linux-*/linux-*/.vermagic`
echo "Vermagic: $VERMAGIC"
Expand All @@ -105,8 +107,8 @@ jobs:
exit 1
fi
make package/kmod-amneziawg/{clean,download,prepare}
make package/kmod-amneziawg/compile
make package/kmod-amneziawg/{clean,download,prepare} V=s
make package/kmod-amneziawg/compile V=s
make package/luci-app-amneziawg/{clean,download,prepare}
make package/luci-app-amneziawg/compile V=s
Expand Down

0 comments on commit e1fcf19

Please sign in to comment.