[whimsy] branch master updated: Trying to fix ruby installation issue

2022-12-05 Thread sebb
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 
AuthorDate: Mon Dec 5 20:51:51 2022 +

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'



[whimsy] branch master updated: Trying to fix ruby installation issue

2022-12-05 Thread sebb
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 b933904b Trying to fix ruby installation issue
b933904b is described below

commit b933904b9fea8048f81825d0d737e7a91275588f
Author: Sebb 
AuthorDate: Mon Dec 5 20:46:38 2022 +

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

diff --git a/.github/workflows/unittestagenda.yml 
b/.github/workflows/unittestagenda.yml
index ecd5789a..e68153c7 100644
--- a/.github/workflows/unittestagenda.yml
+++ b/.github/workflows/unittestagenda.yml
@@ -29,7 +29,8 @@ jobs:
 sudo apt-get update
 sudo apt-get install libldap2-dev
 sudo apt-get install libsasl2-dev
-  if:  matrix.os != 'macos-latest'  
+sudo apt-get install libyaml-dev # seems to be needed for installing 
ruby since psych 5.0.0 release
+  if:  matrix.os != 'macos-latest'
 # - uses: actions/setup-node@v2
 #   with:
 # node-version: '14.19.1'



[whimsy] branch master updated: Trying to fix ruby installation issue

2022-12-05 Thread sebb
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 
AuthorDate: Mon Dec 5 20:34:56 2022 +

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