Skip to content

Commit

Permalink
remove redundant check
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-sannikov committed Feb 20, 2024
1 parent a1e5d4e commit e713385
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit e713385

Please sign in to comment.