You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rm...@apache.org on 2020/09/27 22:58:23 UTC

[logging-log4cxx] branch master updated: Should fix auto build

This is an automated email from the ASF dual-hosted git repository.

rmiddleton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git


The following commit(s) were added to refs/heads/master by this push:
     new 0e08e0e  Should fix auto build
     new 95f511b  Merge github actions branch
0e08e0e is described below

commit 0e08e0e0e140a77ef1b3fef744a2afd6693a8d6d
Author: Robert Middleton <ro...@rm5248.com>
AuthorDate: Sun Sep 27 18:36:40 2020 -0400

    Should fix auto build
---
 .github/workflows/log4cxx.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/log4cxx.yml b/.github/workflows/log4cxx.yml
index ef0dd8e..bcfb7b8 100644
--- a/.github/workflows/log4cxx.yml
+++ b/.github/workflows/log4cxx.yml
@@ -14,7 +14,7 @@
 # limitations under the License.
 name: log4cxx
 
-on: push
+on: [push, pull_request]
 
 jobs:
   job:
@@ -54,6 +54,7 @@ jobs:
     - name: 'Configure Dependencies - Ubuntu'
       if: matrix.name == 'ubuntu18-gcc' || matrix.name == 'ubuntu18-clang'
       run: |
+        sudo apt-get update
         sudo apt-get install -y libapr1-dev libaprutil1-dev
         # note: sqlext.h exists on github VM, purge for now as we don't link correctly...
         sudo apt-get purge unixodbc-dev