Skip to content

Commit

Permalink
Make github CI pass.
Browse files Browse the repository at this point in the history
  • Loading branch information
manateelazycat committed Oct 6, 2024
1 parent f7c37f5 commit 0ddb4fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ jobs:
run: |
# sudo apt-get install clangd-12
# sudo update-alternatives --install /usr/bin/clangd clangd /usr/bin/clangd-12 100
pip install epc six basedpyright sexpdata
pip install epc six basedpyright sexpdata watchdog
go install golang.org/x/tools/gopls@latest
curl https://raw.githubusercontent.com/eruizc-dev/jdtls-launcher/master/install.sh | bash
if: matrix.os == 'ubuntu-latest'

- name: Install Dependencies (Windows)
run: |
# choco install llvm
python -m pip install epc six basedpyright sexpdata
python -m pip install epc six basedpyright sexpdata watchdog
go install golang.org/x/tools/gopls@latest
if: matrix.os == 'windows-latest'

Expand Down

0 comments on commit 0ddb4fd

Please sign in to comment.