This is an automated email from the ASF dual-hosted git repository.

sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 769ef25  fix(ci): use libpcap from brew on mac as the builtin seems 
buggy
769ef25 is described below

commit 769ef253de61cf7b9449b12ac4d75c1ef9c1784c
Author: Sebastian Rühl <sru...@apache.org>
AuthorDate: Fri Dec 3 11:01:52 2021 +0100

    fix(ci): use libpcap from brew on mac as the builtin seems buggy
---
 .github/workflows/ensure-platforms.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ensure-platforms.yml 
b/.github/workflows/ensure-platforms.yml
index 09d229f..4b1fe2e 100644
--- a/.github/workflows/ensure-platforms.yml
+++ b/.github/workflows/ensure-platforms.yml
@@ -89,4 +89,4 @@ jobs:
             }
 
       - name: Run mvnw
-        run: ./mvnw${{ steps.platform_suffix.outputs.platform_suffix }} -B 
-P'with-sandbox,with-c,with-go' ${{ 
steps.platform_suffix.outputs.platform_suffix }} install
+        run: ./mvnw${{ steps.platform_suffix.outputs.platform_suffix }} -B 
-P'with-sandbox,with-c,with-go' ${{ steps.platform_opts.outputs.platform_opts 
}} install

Reply via email to