Skip to content

Commit 473ba12

Browse files
authored
add build dependencies to lsif.yml
1 parent 4c643a1 commit 473ba12

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/lsif.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ jobs:
77
container: sourcegraph/lsif-node
88
steps:
99
- uses: actions/checkout@v1
10+
- name: Install build dependencies
11+
run: apk --no-cache add python g++ make git
1012
- name: Install dependencies
1113
run: yarn install
1214
- name: Generate LSIF data

0 commit comments

Comments
 (0)