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 541bcba Wromg command for Windows 541bcba is described below commit 541bcba886e03b6daa7f7d7c7fa2b6dfae1a927c Author: Sebb <s...@apache.org> AuthorDate: Sun Jun 12 23:25:36 2022 +0100 Wromg command for Windows --- .github/workflows/maven.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index f767591..a1c5038 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -58,6 +58,8 @@ jobs: - name: OpenSSL version run: openssl version - name: Find missing file - run: find /usr -name aes.h || true - - name: Build with Maven - run: mvn -V --file pom.xml --no-transfer-progress -DtrimStackTrace=false + run: | + cd \ + dir aes.h /s + # - name: Build with Maven + # run: mvn -V --file pom.xml --no-transfer-progress -DtrimStackTrace=false