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:34:35 UTC

[whimsy] branch master updated: 22.04 also needs ldap installed

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 72e9296b 22.04 also needs ldap installed
72e9296b is described below

commit 72e9296ba34ef7857dad3d093d1e4ad3f4e5dafd
Author: Sebb <se...@apache.org>
AuthorDate: Sat May 21 15:34:30 2022 +0100

    22.04 also needs ldap installed
---
 .github/workflows/unittestagenda.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/unittestagenda.yml b/.github/workflows/unittestagenda.yml
index 2121bca5..e25dc059 100644
--- a/.github/workflows/unittestagenda.yml
+++ b/.github/workflows/unittestagenda.yml
@@ -26,7 +26,7 @@ jobs:
         sudo apt-get update
         sudo apt-get install libldap2-dev
         sudo apt-get install libsasl2-dev
-      if:  matrix.os == 'ubuntu-20.04'
+      if:  matrix.os != 'macos-latest'  
     # - uses: actions/setup-node@v2
     #   with:
     #     node-version: '14.19.1'