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

commit 2a221b197442adbf27799d3946f1693383fd7584
Author: Sebb <s...@apache.org>
AuthorDate: Mon Dec 5 20:51:51 2022 +0000

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

diff --git a/.github/workflows/unittestnavigation.yml 
b/.github/workflows/unittestnavigation.yml
index 22e5015a..5ae47ea1 100644
--- a/.github/workflows/unittestnavigation.yml
+++ b/.github/workflows/unittestnavigation.yml
@@ -19,7 +19,8 @@ jobs:
       run: |
         sudo apt-get install libldap2-dev
         sudo apt-get install libsasl2-dev
-      if:  matrix.os == 'ubuntu-20.04'  
+        sudo apt-get install libyaml-dev # psych 5.0.0
+      if:  matrix.os == 'ubuntu-20.04'
     - uses: actions/setup-node@v2
       with:
         node-version: '14.19.1'

Reply via email to