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 1f9a1737 apt-get not on macos
1f9a1737 is described below

commit 1f9a1737ff25e3f0a433fda658c5b50b87298269
Author: Sebb <s...@apache.org>
AuthorDate: Mon Dec 5 20:38:27 2022 +0000

    apt-get not on macos
---
 .github/workflows/unittestlib.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.github/workflows/unittestlib.yml 
b/.github/workflows/unittestlib.yml
index fd672388..155a18ee 100644
--- a/.github/workflows/unittestlib.yml
+++ b/.github/workflows/unittestlib.yml
@@ -28,10 +28,8 @@ jobs:
         sudo apt-get update
         sudo apt-get install libldap2-dev
         sudo apt-get install libsasl2-dev
+        sudo apt-get install libyaml-dev # seems to be needed for installing 
ruby since psych 5.0.0 release
       if:  matrix.os != 'macos-latest'  
-    - name: setup # seems to be needed for installing ruby since psych 5.0.0 
release
-      run: |
-        sudo apt-get install libyaml-dev
     - uses: actions/checkout@v2
       with:
         persist-credentials: false

Reply via email to