Skip to content

Commit

Permalink
Update build.yml (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
kizeevov authored Mar 22, 2024
1 parent d347f3a commit b7fd864
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ jobs:
- name: Fetch Sources
uses: actions/checkout@v4

- name: Dowload lsp artifacts
run: |
curl ${{ vars.VSCODE_PLUGIN_URL }} -o plugin.zip
unzip plugin.zip -d plugin
mv ./plugin/extension/bin/ ./language-server
rm -rf ./plugin
# Validate wrapper
- name: Gradle Wrapper Validation
uses: gradle/wrapper-validation-action@v1.1.0
Expand Down

0 comments on commit b7fd864

Please sign in to comment.