Skip to content

Commit

Permalink
fix commit-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fxliang committed Aug 29, 2024
1 parent c48c70a commit 239ef12
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/commit-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ jobs:
- name: Checkout last commit
uses: actions/checkout@v4
with:
submodules: recursive
submodules: true
fetch-depth: 0

- name: Fetch all tags
run: git fetch --tags

- name: Install llvm if necessary
shell: pwsh
Expand Down

0 comments on commit 239ef12

Please sign in to comment.