lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master d217f20 3/3: Fix GitHub CI to use lib{xml2, x


From: Greg Chicares
Subject: [lmi-commits] [lmi] master d217f20 3/3: Fix GitHub CI to use lib{xml2, xslt} submodules
Date: Wed, 30 Sep 2020 19:17:41 -0400 (EDT)

branch: master
commit d217f203ade9c6a3380fde8ccc33d9c6f5cdd21d
Author: Ilya Sinitsyn <isinitsyn@tt-solutions.com>
Commit: Vadim Zeitlin <vadim@tt-solutions.com>

    Fix GitHub CI to use lib{xml2,xslt} submodules
---
 .github/workflows/ci.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ee39d98..8327ec3 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -20,6 +20,8 @@ jobs:
     steps:
       - name: Checkout
         uses: actions/checkout@v2
+        with:
+          submodules: 'recursive'
 
       - name: Install required packages
         run: |
@@ -71,11 +73,11 @@ jobs:
             /opt/lmi/local/${{ env.LMI_COMPILER }}_${{ env.LMI_TRIPLET }}
             /opt/lmi/local/include
             /opt/lmi/local/share
-          key: build-${{ env.LMI_COMPILER }}-${{ env.gcc_version }}-${{ 
env.LMI_TRIPLET }}-${{ hashFiles('install_libxml2_libxslt.make', 
'install_wx.sh', 'install_wxpdfdoc.sh') }}
+          key: build-${{ env.LMI_COMPILER }}-${{ env.gcc_version }}-${{ 
env.LMI_TRIPLET }}-${{ hashFiles('install_libxml2_libxslt.sh', 'install_wx.sh', 
'install_wxpdfdoc.sh') }}
 
       - name: Build libxml2
         if: steps.cache-local.outputs.cache-hit != 'true'
-        run: make $coefficiency --output-sync=recurse -f 
install_libxml2_libxslt.make
+        run: ./install_libxml2_libxslt.sh
 
       - name: Build wxWidgets
         if: steps.cache-local.outputs.cache-hit != 'true'



reply via email to

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