Skip to content

Commit

Permalink
update pr check script
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdeZhang committed Nov 4, 2024
1 parent 8561b17 commit 7e6b62a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Update Submodules
run: git submodule update --init --recursive
- name: "Set up JDK 21"
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 7e6b62a

Please sign in to comment.