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 <[email protected]>
AuthorDate: Mon Dec 5 20:46:38 2022 +0000
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'