Skip to content

Commit

Permalink
Update bob.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AGulev authored Jul 19, 2023
1 parent d9d9db8 commit d0c92c5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/bob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ jobs:
name: Build
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
- uses: actions/setup-java@v3
with:
java-version: '11.0.2'
java-version: '17.0.5+8'
distribution: 'temurin'

- name: Get Defold version
run: |
Expand Down Expand Up @@ -48,9 +49,10 @@ jobs:
name: Build
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
- uses: actions/setup-java@v3
with:
java-version: '11.0.2'
java-version: '17.0.5+8'
distribution: 'temurin'

- name: Get Defold version
run: |
Expand Down

0 comments on commit d0c92c5

Please sign in to comment.