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 93f8ab70 openssl needs port
93f8ab70 is described below
commit 93f8ab705631d082cc0e2a3c578720708322b692
Author: Sebb <[email protected]>
AuthorDate: Fri Aug 5 22:03:12 2022 +0100
openssl needs port
---
.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 065ce6a3..f1d5df95 100644
--- a/.github/workflows/unittestagenda.yml
+++ b/.github/workflows/unittestagenda.yml
@@ -44,7 +44,7 @@ jobs:
- name: setup agenda 2
# need to run the ruby that has all the gems installed
run: |
- echo ":ldap: ldaps://ldap-us.apache.org" >> .whimsy
+ echo ":ldap: ldaps://ldap-us.apache.org:636" >> .whimsy
sudo $(which ruby) -I $PWD/lib -r whimsy/asf -e "ASF::LDAP.configure"
- name: test agenda code
run: |