mirror of
https://github.com/Slava-Shchipunov/awg-openwrt.git
synced 2026-03-14 09:23:10 +00:00
remove redundant check
This commit is contained in:
9
.github/workflows/build-module.yml
vendored
9
.github/workflows/build-module.yml
vendored
@@ -114,15 +114,6 @@ jobs:
|
||||
|
||||
make defconfig
|
||||
|
||||
# validate cached vermagic
|
||||
VERMAGIC=`cat ./build_dir/target-*/linux-*/linux-*/.vermagic`
|
||||
VERMAGIC_EXPECTED=${{ matrix.build_env.vermagic }}
|
||||
|
||||
if [ "$VERMAGIC" != "$VERMAGIC_EXPECTED" ]; then
|
||||
echo Vermagic mismatch: $VERMAGIC, expected $VERMAGIC_EXPECTED
|
||||
exit 1
|
||||
fi
|
||||
|
||||
- name: Build amneziawg-tools
|
||||
run: |
|
||||
make V=s package/amneziawg-tools/{clean,download,prepare}
|
||||
|
||||
Reference in New Issue
Block a user