Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kizeevov authored Mar 22, 2024
1 parent 17f2ac9 commit 23e11e6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,6 @@ jobs:
# Check out current repository
- 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
Expand Down

0 comments on commit 23e11e6

Please sign in to comment.