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 054fe3c Syntax issue?
054fe3c is described below
commit 054fe3c049c95c21ff4888cc6fde6e058a151451
Author: Sebb <[email protected]>
AuthorDate: Wed Mar 23 13:37:12 2022 +0000
Syntax issue?
---
.github/workflows/unittestlib.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/unittestlib.yml
b/.github/workflows/unittestlib.yml
index 75f0f11..d582540 100644
--- a/.github/workflows/unittestlib.yml
+++ b/.github/workflows/unittestlib.yml
@@ -22,7 +22,7 @@ jobs:
run: |
sudo apt-get install libldap2-dev
sudo apt-get install libsasl2-dev
- if: ${{ matrix.os }} != 'macos-latest'
+ if: matrix.os != 'macos-latest'
- uses: actions/checkout@v2
with:
persist-credentials: false