We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49acafc commit 8f42008Copy full SHA for 8f42008
.github/workflows/test.yml
@@ -75,6 +75,7 @@ jobs:
75
if: runner.os == 'Linux'
76
run: |
77
pip3 install python-language-server
78
+ sudo apt-get update
79
sudo apt-get install clangd-15
80
81
- name: Install depedencies (macOS)
0 commit comments