diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 933f6bb..2994837 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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