Skip to content

Commit

Permalink
add build dependencies to lsif.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrik authored Apr 29, 2020
1 parent 4c643a1 commit 473ba12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lsif.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
container: sourcegraph/lsif-node
steps:
- uses: actions/checkout@v1
- name: Install build dependencies
run: apk --no-cache add python g++ make git
- name: Install dependencies
run: yarn install
- name: Generate LSIF data
Expand Down

0 comments on commit 473ba12

Please sign in to comment.