Skip to content

Commit

Permalink
testing the issue-678 (51)
Browse files Browse the repository at this point in the history
  • Loading branch information
suyashgaonkar committed Sep 9, 2024
1 parent ec2ef39 commit c11a4ec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-issue-678.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ jobs:
with:
distribution: temurin
java-version: 11
- name: Install Java
run: |
apt-get update && \
apt-get install -y openjdk-11-jdk && \
apt-get install -y ant && \
apt-get clean;
- name: Execute Java
run: |
which java
Expand Down

0 comments on commit c11a4ec

Please sign in to comment.