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 c377a28  Making progress...
     new f4a2e98  Merge branch 'master' of 
https://gitbox.apache.org/repos/asf/whimsy
c377a28 is described below

commit c377a284200dc35b2b52a3bc24674a044517bb78
Author: Sebb <[email protected]>
AuthorDate: Wed Mar 23 12:46:56 2022 +0000

    Making progress...
---
 .github/workflows/unittestlib.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/unittestlib.yml 
b/.github/workflows/unittestlib.yml
index f439764..0c8b278 100644
--- a/.github/workflows/unittestlib.yml
+++ b/.github/workflows/unittestlib.yml
@@ -22,7 +22,9 @@ jobs:
       with:
         persist-credentials: false
     - name: setup
-      run: sudo apt-get install libldap2-dev
+      run: |
+        sudo apt-get install libldap2-dev
+        sudo apt-get install libsasl2-dev
       if:  ${{ matrix.os }} != 'macos-latest'  
     - name: ruby
       uses: ruby/setup-ruby@v1

Reply via email to