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 329d66e Doh - wrong gem
329d66e is described below
commit 329d66e27b142ff92e2af0e35264936e3a170635
Author: Sebb <[email protected]>
AuthorDate: Wed Mar 23 22:55:28 2022 +0000
Doh - wrong gem
---
.github/workflows/unittestagenda.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/unittestagenda.yml
b/.github/workflows/unittestagenda.yml
index 3026150..8c26d5b 100644
--- a/.github/workflows/unittestagenda.yml
+++ b/.github/workflows/unittestagenda.yml
@@ -41,7 +41,7 @@ jobs:
- name: install ldap for sudo
# trying to sort out missing/incompatible ldap under sudo
run: |
- sudo gem install ldap
+ sudo gem install ruby-ldap
- name: setup agenda 2
run: |
sudo -E ruby -I $PWD/lib -I$(dirname $(gem which wunderbar)) -r
whimsy/asf -e "ASF::LDAP.configure"