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 03691c6 Let's see if we can fix agenda too
03691c6 is described below
commit 03691c6f97d2c5fd3a23204784595f88073df51c
Author: Sebb <[email protected]>
AuthorDate: Wed Mar 23 12:57:43 2022 +0000
Let's see if we can fix agenda too
---
.github/workflows/unittestagenda.yml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/.github/workflows/unittestagenda.yml
b/.github/workflows/unittestagenda.yml
index 1dc557c..5cd8ad4 100644
--- a/.github/workflows/unittestagenda.yml
+++ b/.github/workflows/unittestagenda.yml
@@ -17,7 +17,14 @@ jobs:
ruby: [2.7]
runs-on: ${{ matrix.os }}
steps:
+ - name: setup
+ run: |
+ sudo apt-get install libldap2-dev
+ sudo apt-get install libsasl2-dev
+ if: ${{ matrix.os }} != 'macos-latest'
- uses: actions/checkout@v2
+ with:
+ persist-credentials: false
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}