Skip to content

Commit

Permalink
CI: fix path to language server subdir.
Browse files Browse the repository at this point in the history
  • Loading branch information
hzeller committed Nov 23, 2024
1 parent 74eabb6 commit d4edfb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verible-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ jobs:
env:
VSC_MARKETPLACE_TOKEN: ${{ secrets.VSC_MARKETPLACE_TOKEN }}
run: |
cd verilog/tools/ls/vscode
cd verible/verilog/tools/ls/vscode
npm install
# install vsce globally
npm install -g @vscode/vsce
Expand Down

0 comments on commit d4edfb8

Please sign in to comment.