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 2021/08/31 01:10:00 UTC

[logging-log4cxx] branch github-actions-clang updated: try to find clang

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

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


The following commit(s) were added to refs/heads/github-actions-clang by this push:
     new f2ca458  try to find clang
f2ca458 is described below

commit f2ca458f205e6a49c4912ba146b875f6b93076df
Author: Robert Middleton <ro...@rm5248.com>
AuthorDate: Mon Aug 30 21:09:52 2021 -0400

    try to find clang
---
 .github/workflows/log4cxx-win.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/log4cxx-win.yml b/.github/workflows/log4cxx-win.yml
index 01a4e07..4a11b5d 100644
--- a/.github/workflows/log4cxx-win.yml
+++ b/.github/workflows/log4cxx-win.yml
@@ -67,6 +67,10 @@ jobs:
     - name: 'run cmake'
       shell: pwsh
       run: |
+        dir "C:\\msys64"
+        dir "C:\\msys64\\mingw64"
+        dir "C:\\msys64\\mingw64\\bin"
+        dir "C:\\msys64\\usr\\bin"
         echo "C:\\msys64\\mingw64\\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
         $THISDIR=Get-Location
         cd main