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 f28250cb if to start
f28250cb is described below
commit f28250cb9d1ab917e4a6f6873cb3fdf120d953f2
Author: Sebb <[email protected]>
AuthorDate: Thu Jun 13 09:55:35 2024 +0100
if to start
---
.github/workflows/unittestnavigation.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/unittestnavigation.yml
b/.github/workflows/unittestnavigation.yml
index 936420c9..a487a580 100644
--- a/.github/workflows/unittestnavigation.yml
+++ b/.github/workflows/unittestnavigation.yml
@@ -16,11 +16,11 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: setup Ubuntu missing header files
+ if: matrix.os == 'ubuntu-20.04'
run: |
sudo apt-get install libldap2-dev
sudo apt-get install libsasl2-dev
sudo apt-get install libyaml-dev # psych 5.0.0
- if: matrix.os == 'ubuntu-20.04'
- uses: actions/setup-node@v4
with:
node-version: '18.16.0'