Skip to content

Commit

Permalink
Updating Github Action workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
vc-ci committed Aug 19, 2021
1 parent e6b9be5 commit 2fb6baa
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ jobs:
with:
java-version: 1.11

- name: Set up .net Core 3.1.x for vc-build #GitHib Actions migrates to .net Core 5.x. To vc-build work properly need to manually install .net Core 3.1.x
uses: actions/setup-dotnet@v1
with:
dotnet-version: '3.1.x'

- uses: actions/checkout@v2
with:
fetch-depth: 0
Expand Down

0 comments on commit 2fb6baa

Please sign in to comment.