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 1862dcb SYntax
1862dcb is described below
commit 1862dcb9fb9d193a5535e0662454ccb45c6d2140
Author: Sebb <[email protected]>
AuthorDate: Wed Mar 23 17:13:35 2022 +0000
SYntax
[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 4362f49..e2fb751 100644
--- a/.github/workflows/unittestagenda.yml
+++ b/.github/workflows/unittestagenda.yml
@@ -22,7 +22,7 @@ jobs:
sudo apt-get install libldap2-dev
sudo apt-get install libsasl2-dev
sudo apt-get install nodejs
- if: ${{ matrix.os }} != 'macos-latest'
+ if: matrix.os != 'macos-latest'
- uses: actions/setup-node@v2
with:
node-version: '14'