Skip to content

Commit

Permalink
ci: fix v-analyzer workflow (#20178)
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Dec 14, 2023
1 parent 68a6397 commit 22cb9c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/v_apps_and_modules_compile_ci.yml
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Build V Language Server (v-analyzer) v-analyzer/v-analyzer
run: |
echo "Clone v-analyzer"
git clone --depth 1 https://github.com/v-analyzer/v-analyzer /tmp/v-analyzer
git clone --depth=1 --recursive --shallow-submodules https://github.com/v-analyzer/v-analyzer /tmp/v-analyzer
cd /tmp/v-analyzer
echo "Installing dependencies"
v install
Expand Down

0 comments on commit 22cb9c5

Please sign in to comment.