Skip to content

Commit

Permalink
Find is slow
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF authored and wenwj0 committed Jun 14, 2022
1 parent 369ce93 commit b3a8873
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .github/workflows/maven_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,19 @@ jobs:
java-version: ${{ matrix.java }}
- name: OpenSSL version
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'}"
set
# - 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'}"
# set
- name: Build with Maven
run: |
set
set OPENSSL_HOME "C:\Miniconda\pkgs\openssl-1.1.1n-h2bbff1b_0\Library"
mvn -V --file pom.xml --no-transfer-progress -DtrimStackTrace=false

0 comments on commit b3a8873

Please sign in to comment.