Skip to content

Commit

Permalink
ci: update the reference to the v-analyzer repo
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Mar 26, 2024
1 parent 57184dd commit 24bb06d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/v_apps_and_modules_compile_ci.yml
Expand Up @@ -107,10 +107,10 @@ jobs:
# v -cc gcc run /tmp/gitly/tests/first_run.v
# # /tmp/gitly/gitly -ci_run
- name: Build V Language Server (v-analyzer) v-analyzer/v-analyzer
- name: Build V Language Server (v-analyzer) vlang/v-analyzer
run: |
echo "Clone v-analyzer"
git clone --depth=1 --recursive --shallow-submodules https://github.com/v-analyzer/v-analyzer /tmp/v-analyzer
git clone --depth=1 --filter=blob:none --recursive --shallow-submodules https://github.com/vlang/v-analyzer /tmp/v-analyzer
cd /tmp/v-analyzer
echo "Installing dependencies"
v install
Expand Down

0 comments on commit 24bb06d

Please sign in to comment.