You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2021/12/02 19:04:05 UTC

[plc4x] branch develop updated: fix(ci): fix windows build

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 c56e8bb  fix(ci): fix windows build
c56e8bb is described below

commit c56e8bb1f4ff9cc9f70424c32b63c64d785f4583
Author: Sebastian Rühl <sr...@apache.org>
AuthorDate: Thu Dec 2 20:03:57 2021 +0100

    fix(ci): fix windows build
---
 .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 f66d84e..aacf861 100644
--- a/.github/workflows/ensure-platforms.yml
+++ b/.github/workflows/ensure-platforms.yml
@@ -55,4 +55,4 @@ jobs:
             }
 
       - name: Run mvnw
-        run: ./mvnw${{ steps.platform_suffix.outputs.platform_suffix }} -B -Pwith-sandbox,with-c,with-go install
+        run: ./mvnw${{ steps.platform_suffix.outputs.platform_suffix }} -B -P'with-sandbox,with-c,with-go' install