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 4c643a1 commit 473ba12Copy full SHA for 473ba12
.github/workflows/lsif.yml
@@ -7,6 +7,8 @@ jobs:
7
container: sourcegraph/lsif-node
8
steps:
9
- uses: actions/checkout@v1
10
+ - name: Install build dependencies
11
+ run: apk --no-cache add python g++ make git
12
- name: Install dependencies
13
run: yarn install
14
- name: Generate LSIF data
0 commit comments