lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 9c3addb 04/28: Combine "libtool" and "environ


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 9c3addb 04/28: Combine "libtool" and "environment variables" steps
Date: Wed, 12 May 2021 18:14:42 -0400 (EDT)

branch: master
commit 9c3addb341cff310f417d104793f0b7356cf35d5
Author: Vadim Zeitlin <vadim@tt-solutions.com>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Combine "libtool" and "environment variables" steps
    
    Both are instantaneous and it doesn't really make sense to have two
    separate sections in the job output, squash them together.
---
 .github/workflows/ci.yml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5951006..58230dc 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -89,11 +89,10 @@ jobs:
           sudo apt-get -q -o=Dpkg::Use-Pty=0 update
           sudo apt-get -qq install $packages
 
-      - name: Fix up libtool
-        run: sudo sed -i'' -e 's/^int _putenv/_CRTIMP int _putenv/' 
/usr/share/libtool/build-aux/ltmain.sh
-
-      - name: Set environment variables
+      - name: System and environment setup
         run: |
+          sudo sed -i'' -e 's/^int _putenv/_CRTIMP int _putenv/' 
/usr/share/libtool/build-aux/ltmain.sh
+
           echo "NORMAL_UID=`id --user`" >> $GITHUB_ENV
           echo "coefficiency=--jobs=`nproc`" >> $GITHUB_ENV
           if ${{ matrix.mingw }}



reply via email to

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