]> Sergey Matveev's repositories - bfs.git/commitdiff
ci: Install expect for unbuffer
authorTavian Barnes <tavianator@tavianator.com>
Thu, 5 Oct 2023 21:29:52 +0000 (17:29 -0400)
committerTavian Barnes <tavianator@tavianator.com>
Thu, 5 Oct 2023 21:29:52 +0000 (17:29 -0400)
.github/workflows/ci.yml
.github/workflows/codecov.yml

index e7810551d2a1fbc59452ac390dada98e8a7c4b16..065fcfd8c8b1e6c7f4c32994d48e16106324c220 100644 (file)
@@ -16,6 +16,7 @@ jobs:
           sudo dpkg --add-architecture i386
           sudo apt-get update -y
           sudo apt-get install -y \
+              expect \
               gcc-multilib \
               libgcc-s1:i386 \
               acl \
@@ -49,6 +50,10 @@ jobs:
     steps:
       - uses: actions/checkout@v3
 
+      - name: Install dependencies
+        run: |
+          brew install expect
+
       - name: Run tests
         run: |
           make -j$(sysctl -n hw.ncpu) distcheck
index b06ea626f9c030ad72595e2bc9b5a889f4ddd469..073479af9810ab16d0c7f486e10f3740b5a42e4b 100644 (file)
@@ -13,6 +13,7 @@ jobs:
         run: |
           sudo apt-get update -y
           sudo apt-get install -y \
+              expect \
               gcc \
               acl \
               libacl1-dev \