Skip to content

Commit

Permalink
testing the issue-678 (52)
Browse files Browse the repository at this point in the history
  • Loading branch information
suyashgaonkar committed Sep 9, 2024
1 parent c11a4ec commit 7f50f13
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test-issue-678.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@ jobs:
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;
RUN apk update && \
apk upgrade
RUN apk add openjdk11=11.0.24_p8-r0
- name: Execute Java
run: |
which java
Expand Down

0 comments on commit 7f50f13

Please sign in to comment.