lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 899e4c6 1/3: Write apt-get options before com


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 899e4c6 1/3: Write apt-get options before commands, for consistency
Date: Mon, 27 Jul 2020 20:28:24 -0400 (EDT)

branch: master
commit 899e4c66af14768b5dbb3a23ec4868122bdde59d
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Write apt-get options before commands, for consistency
    
    The debian manpage places options before commands, so there's no reason
    not to follow that order everywhere, especially for this mysterious
    workaround.
    
    Incidentally fixed a typo.
---
 .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 c6302f0..a73c8e1 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
         run: |
           sudo dpkg --add-architecture i386
           sudo apt-get update
-          sudo apt-get install --assume-yes libgcc-s1:i386 # Avoid 
configuratiion error later
+          sudo apt-get --assume-yes install libgcc-s1:i386 # Avoid 
configuration error later
           sudo apt-get --assume-yes install \
             automake bc bsdmainutils bzip2 curl cvs default-jre \
             g++-mingw-w64-i686 g++-multilib git jing libarchive-tools \



reply via email to

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