Skip to content

Commit

Permalink
work_flow_demo28
Browse files Browse the repository at this point in the history
  • Loading branch information
iZakirSheikh committed Aug 21, 2023
1 parent e8226d5 commit 146a8db
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/workflow_dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ jobs:
steps:
- uses: actions/checkout@v2.6.0

- name: set up JDK 1.8
uses: actions/setup-java@v1
- name: Setup JAVA 11
uses: actions/setup-java@v3
with:
java-version: 1.8
distribution: 'corretto'
java-version: 11

- name: Cache Gradle and wrapper
uses: actions/cache@v2
Expand Down

0 comments on commit 146a8db

Please sign in to comment.