Skip to content

Commit

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

0 comments on commit 088bbb3

Please sign in to comment.