You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2022/05/21 14:10:50 UTC

[whimsy] branch master updated: Job fails installing this; try disabling

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 17984902 Job fails installing this; try disabling
17984902 is described below

commit 17984902eb9364dc95048efdf9d9abb9526f8462
Author: Sebb <se...@apache.org>
AuthorDate: Sat May 21 15:10:44 2022 +0100

    Job fails installing this; try disabling
---
 .github/workflows/unittestlib.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/unittestlib.yml b/.github/workflows/unittestlib.yml
index 490d8bf5..e9dc1df4 100644
--- a/.github/workflows/unittestlib.yml
+++ b/.github/workflows/unittestlib.yml
@@ -18,7 +18,7 @@ jobs:
     steps:
     - name: setup
       run: |
-        sudo apt-get install libldap2-dev
+        # sudo apt-get install libldap2-dev
         sudo apt-get install libsasl2-dev
       if:  matrix.os != 'macos-latest'  
     - uses: actions/checkout@v2