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

commit 51ace3c791337654dfca58cbe486b44e6df66217
Author: Sebb <s...@apache.org>
AuthorDate: Wed Mar 23 12:11:34 2022 +0000

    Temp test
---
 .github/workflows/unittestlib.yml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/unittestlib.yml 
b/.github/workflows/unittestlib.yml
index 2c49e60..f8c2398 100644
--- a/.github/workflows/unittestlib.yml
+++ b/.github/workflows/unittestlib.yml
@@ -7,15 +7,18 @@ on:
 
   workflow_dispatch:
 
+# temporary hack to see if can build ruby-ldap ...
+
 jobs:
   test:
     strategy:
       fail-fast: true
       matrix:
-        os: [ubuntu-20.04, macos-latest]
-        ruby: [2.7, 3.1]
+        os: [ubuntu-20.04]
+        ruby: [2.7]
     runs-on: ${{ matrix.os }}
     steps:
+    - run: apt-get install libldap2-dev
     - uses: actions/checkout@v2
     - uses: ruby/setup-ruby@v1
       with:

Reply via email to