From 0cf79b2fbd6688f9e04da9ba2c8c0bc005a8e92b Mon Sep 17 00:00:00 2001 From: cyqsimon <28627918+cyqsimon@users.noreply.github.com> Date: Thu, 31 Aug 2023 20:07:16 +0800 Subject: Cache npcap SDK when building on Windows (#281) * Cache npcap SDK on Windows * Call build function correctly * Log when local cache of SDK is found * Fix clippy warnings * Log to STDERR --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index d81dc02..28fb351 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,4 @@ debian/* !debian/control !debian/copyright !debian/rules -!debian/source \ No newline at end of file +!debian/source -- cgit v1.2.3