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

baunsgaard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git


The following commit(s) were added to refs/heads/main by this push:
     new 3b2eba500e [MINOR] Windows action try out
3b2eba500e is described below

commit 3b2eba500e27b3358ea1a7cacbb06ad324d4ea1c
Author: baunsgaard <[email protected]>
AuthorDate: Tue Mar 21 09:07:18 2023 +0100

    [MINOR] Windows action try out
---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index e7513a975c..6e9abed318 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -78,4 +78,4 @@ jobs:
         cache: 'maven'
 
     - name: Build
-      run: mvn package -Dmaven.test.skip=true
+      run: mvn package -D maven.test.skip=true

Reply via email to