You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2022/05/21 14:28:40 UTC

[whimsy] branch master updated: Try this suggestion

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 03a7bfd0 Try this suggestion
03a7bfd0 is described below

commit 03a7bfd0190a3c0d212c96516e0006200f5950e6
Author: Sebb <se...@apache.org>
AuthorDate: Sat May 21 15:28:35 2022 +0100

    Try this suggestion
---
 .github/workflows/unittestlib.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/unittestlib.yml b/.github/workflows/unittestlib.yml
index 9f0141a6..54ab1490 100644
--- a/.github/workflows/unittestlib.yml
+++ b/.github/workflows/unittestlib.yml
@@ -22,6 +22,7 @@ jobs:
     steps:
     - name: setup # needed for installing ruby-ldap
       run: |
+        sudo apt-get update
         sudo apt-get install libldap2-dev
         sudo apt-get install libsasl2-dev
       if:  matrix.os != 'macos-latest'