mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
install .net core 2.2 for rich nav dependency
This commit is contained in:
4
.github/workflows/rich-navigation.yml
vendored
4
.github/workflows/rich-navigation.yml
vendored
@@ -16,6 +16,10 @@ jobs:
|
||||
run: yarn --frozen-lockfile
|
||||
env:
|
||||
CHILD_CONCURRENCY: 1
|
||||
- name: Install .NET Core 2.2
|
||||
uses: actions/setup-dotnet@v1.5.0
|
||||
with:
|
||||
dotnet-version: 2.2
|
||||
- uses: microsoft/RichCodeNavIndexer@v0.1
|
||||
with:
|
||||
languages: typescript
|
||||
|
||||
Reference in New Issue
Block a user