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 0cb8eb4c Trying to fix ruby installation issue
0cb8eb4c is described below

commit 0cb8eb4c7e7a6fbda08c6b13349948477c3338d6
Author: Sebb <s...@apache.org>
AuthorDate: Mon Dec 5 20:34:56 2022 +0000

    Trying to fix ruby installation issue
---
 .github/workflows/unittestlib.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/unittestlib.yml 
b/.github/workflows/unittestlib.yml
index 20a47082..fd672388 100644
--- a/.github/workflows/unittestlib.yml
+++ b/.github/workflows/unittestlib.yml
@@ -29,6 +29,9 @@ jobs:
         sudo apt-get install libldap2-dev
         sudo apt-get install libsasl2-dev
       if:  matrix.os != 'macos-latest'  
+    - name: setup # seems to be needed for installing ruby since psych 5.0.0 
release
+      run: |
+        sudo apt-get install libyaml-dev
     - uses: actions/checkout@v2
       with:
         persist-credentials: false

Reply via email to