Skip to content

Commit

Permalink
fix: deploy gradle 설치 명령 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
wldns2577 committed Oct 4, 2023
1 parent ae65d80 commit 3fbe467
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:

- name: Set up Gradlew
run: |
sudo apt install gradle-8.3
sudo apt-get update
sudo apt-get install gradle-8.3
sudo gradle wrapper --gradle-version latest
shell: bash # (7) Gradlew 설치

Expand Down Expand Up @@ -67,7 +68,8 @@ jobs:

- name: Set up Gradlew
run: |
sudo apt install gradle-8.3
sudo apt-get update
sudo apt-get install gradle-8.3
sudo gradle wrapper --gradle-version latest
shell: bash # (7) Gradlew 설치

Expand Down

0 comments on commit 3fbe467

Please sign in to comment.