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 2023/11/02 12:42:27 UTC

(commons-crypto) branch master updated: Not available under bash

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 53c8c88e Not available under bash
53c8c88e is described below

commit 53c8c88ecf7b00f44ba652172b4c4a4c1c0008d1
Author: Sebb <se...@apache.org>
AuthorDate: Thu Nov 2 12:42:20 2023 +0000

    Not available under bash
    
    Probably not needed anyway
---
 .github/workflows/maven.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 3a1972ad..4e3f2ac1 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -100,7 +100,6 @@ jobs:
       shell: bash
       run: |
         openssl version -e
-        chcp 65001 #set code page to utf-8
         echo $(openssl version -e | sed -n -e 's/engines-.*//' -e 's/: "/=/p') >> "$GITHUB_ENV"
         echo "CHECK_SKIP=skip" >> $GITHUB_ENV
     - name: Build with Maven