lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 628d547 07/14: Fix lmi building step in GitHu


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 628d547 07/14: Fix lmi building step in GitHub CI workflow
Date: Sat, 10 Oct 2020 11:07:12 -0400 (EDT)

branch: master
commit 628d547c5c636297e607bc73e046b8dbf12d6108
Author: Ilya Sinitsyn <isinitsyn@tt-solutions.com>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Fix lmi building step in GitHub CI workflow
    
    lmi installing is performing in the separate workflow step.
---
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d860e1b..2c50ccf 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -93,7 +93,7 @@ jobs:
         run: ./install_wxpdfdoc.sh
 
       - name: Build lmi
-        run: make $coefficiency --output-sync=recurse install
+        run: make $coefficiency --output-sync=recurse
 
       - name: Build lmi with SO attributes
         run: make $coefficiency --output-sync=recurse build_type=so_test 
USE_SO_ATTRIBUTES=1 all



reply via email to

[Prev in Thread] Current Thread [Next in Thread]