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 9c7aedb Not present on Travis
9c7aedb is described below
commit 9c7aedb9e601a292d15e46a16487394dbae83e5e
Author: Sebb <[email protected]>
AuthorDate: Fri Mar 25 11:25:21 2022 +0000
Not present on Travis
[skip ci]
---
.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 4462dab..08007da 100644
--- a/.github/workflows/unittestagenda.yml
+++ b/.github/workflows/unittestagenda.yml
@@ -21,7 +21,7 @@ jobs:
run: |
sudo apt-get install libldap2-dev
sudo apt-get install libsasl2-dev
- sudo apt-get install nodejs
+ # sudo apt-get install nodejs # not present on Travis ...
if: matrix.os != 'macos-latest'
- uses: actions/setup-node@v2
with: