Skip to content

Commit

Permalink
fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-sannikov committed Feb 21, 2024
1 parent 709d4ed commit 9e54489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@ jobs:
echo "CONFIG_PACKAGE_kmod-crypto-chacha20poly1305=m" >> .config
make defconfig
make -j $(nproc) download world
- name: Build amneziawg-tools
run: |
cat ./build_dir/target-*/linux-*/linux-*/.vermagic || true
make V=s package/amneziawg-tools/{clean,download,prepare}
make V=s package/amneziawg-tools/compile
Expand Down

0 comments on commit 9e54489

Please sign in to comment.