You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2022/06/13 16:56:58 UTC

[commons-crypto] branch master updated: Start with C

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/commons-crypto.git


The following commit(s) were added to refs/heads/master by this push:
     new e0b58cd  Start with C
e0b58cd is described below

commit e0b58cdd3e1ce229980d64be06fe3c43d88a0381
Author: Sebb <se...@apache.org>
AuthorDate: Mon Jun 13 17:56:52 2022 +0100

    Start with C
---
 .github/workflows/maven_win.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/maven_win.yml b/.github/workflows/maven_win.yml
index 50f9804..4c5fea9 100644
--- a/.github/workflows/maven_win.yml
+++ b/.github/workflows/maven_win.yml
@@ -56,10 +56,12 @@ jobs:
       run: openssl version
     - name: Find missing file
       run: |
+        c:
         cd \
         dir
         ruby -rfind -e "Find.find('.').each{|x| puts x if x.include? 'openssl'}"
         d:
+        cd \
         dir
         ruby -rfind -e "Find.find('.').each{|x| puts x if x.include? 'openssl'}"
     # - name: Build with Maven