Skip to content

Commit

Permalink
Wromg command for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF authored and wenwj0 committed Jun 14, 2022
1 parent c179da9 commit b0b25d9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b0b25d9

Please sign in to comment.