We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb633a5 commit eeae2a6Copy full SHA for eeae2a6
1 file changed
.github/workflows/rich-navigation.yml
@@ -16,7 +16,11 @@ jobs:
16
run: yarn --frozen-lockfile
17
env:
18
CHILD_CONCURRENCY: 1
19
- - uses: microsoft/RichCodeNavIndexer@v0.1.3
+ - name: Install .NET Core 2.2
20
+ uses: actions/setup-dotnet@v1.5.0
21
+ with:
22
+ dotnet-version: 2.2
23
+ - uses: microsoft/RichCodeNavIndexer@v0.1.2
24
with:
25
languages: typescript
26
repo-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments