Skip to content

Commit

Permalink
echo java
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianWhitneyAI committed Dec 11, 2024
1 parent f956277 commit 4eb34cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ jobs:
- uses: extractions/setup-just@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Log Java Version
run: |
echo "Checking Java version..."
java -version
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 4eb34cb

Please sign in to comment.