Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit 5c7cd5d

Browse files
Apply Olaf suggestions to lsif pipeline (#352)
* Apply Olaf suggestions to lsif pipeline * Add missing coursier setup-action
1 parent 66638ee commit 5c7cd5d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/main.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,16 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v2
1717
- uses: coursier/[email protected]
18-
- uses: olafurpg/setup-scala@v13
18+
- uses: coursier/setup-[email protected]
1919
with:
20-
java-version: [email protected]
20+
jvm: adopt:11
21+
apps: lsif-java
2122
- name: Run tests with sbt
2223
run: sbt test
2324
- name: Compile docs
2425
run: sbt compileDocs
2526
- name: Generate LSIF
26-
run: curl -fLo coursier https://git.io/coursier-cli && chmod +x coursier && ./coursier launch com.sourcegraph:lsif-java_2.13:0.7.3 -- index
27+
run: lsif-java index
2728
- name: Upload LSIF data
2829
uses: sourcegraph/lsif-upload-action@master
2930
with:

0 commit comments

Comments
 (0)