Skip to content

Commit

Permalink
fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
langchain4j committed Dec 21, 2023
1 parent 553546b commit fdea8d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
cache: 'maven'
- name: Build with JDK ${{ matrix.java_version }}
run: mvn -U --batch-mode install ${{ matrix.included_modules }}
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}

# For checking some compliance things (require a recent JDK due to plugins so in a separate step)
compliance:
Expand Down

0 comments on commit fdea8d9

Please sign in to comment.