Skip to content

Commit

Permalink
Fix: distribution 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
dudrhy12 authored Feb 8, 2024
1 parent d003166 commit 2ce960d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 17
distribution: 'adopt'

- name: Grant execute permission for gradlew
run: chmod +x ./gradlew
Expand Down

0 comments on commit 2ce960d

Please sign in to comment.