Skip to content

Commit

Permalink
fix: submodule 명령어 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
shinseongsu committed Oct 18, 2022
1 parent 82cc46d commit 0520aaa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@ jobs:
steps:
- name: 프로젝트 체크아웃합니다.
uses: actions/checkout@v2
with:
token: ${{ secrets.GIT_TOKEN }}
submodules: recursive

- name: Checkout submodules
uses: textbook/git-checkout-submodule-action@master
run: git submodule update --init --force --remote

- name: JDK 11을 설치합니다.
uses: actions/setup-java@v3
Expand Down

0 comments on commit 0520aaa

Please sign in to comment.