Skip to content

Commit

Permalink
Trying to fix Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF authored and wenwj0 committed Jun 14, 2022
1 parent 95627da commit a31ddd3
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
java: [ 8, 11, 17 ]
# os: [macos-latest, ubuntu-latest, windows-latest]
# java: [ 8, 11, 17 ]
# Trying to fix macOS build
os: [macos-latest]
java: [ 8 ]
experimental: [false]
# include:
# - java: 18-ea
Expand All @@ -52,5 +55,9 @@ jobs:
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
- name: OpenSSL version
run: openssl version
- name: Find missing file
run: find /usr -name aes.h
- name: Build with Maven
run: mvn -V --file pom.xml --no-transfer-progress -DtrimStackTrace=false

0 comments on commit a31ddd3

Please sign in to comment.