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 9b79536 commit 4ac79f4Copy full SHA for 4ac79f4
.github/workflows/ci.yml
@@ -12,6 +12,9 @@ jobs:
12
- uses: olafurpg/setup-scala@v10
13
with:
14
java-version: [email protected]
15
+ - uses: actions/setup-go@v2
16
+ with:
17
+ go-version: '^1.13.1'
18
- run: go get github.com/sourcegraph/lsif-semanticdb/cmd/lsif-semanticdb
19
- run: sbt test
20
check:
.github/workflows/native.yml
@@ -26,6 +26,10 @@ jobs:
26
steps:
27
- uses: actions/checkout@v2
28
29
30
31
32
+ - run: go get github.com/sourcegraph/lsif-semanticdb/cmd/lsif-semanticdb
33
- run: git fetch --tags || true
34
- name: sbt nativeImage
35
shell: bash
0 commit comments