Update ci.yml

This commit is contained in:
JustArchi 2020-05-25 22:37:38 +02:00
parent 35a5d8ca7f
commit bba2327aec

View file

@ -7,7 +7,6 @@ env:
DOTNET_CLI_TELEMETRY_OPTOUT: 1
DOTNET_SDK_VERSION: 3.1.300
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
GITHUB_JOBS: 2 # 2-core CPU, without HT: https://help.github.com/en/actions/automating-your-workflow-with-github-actions/virtual-environments-for-github-hosted-runners#supported-runners-and-hardware-resources
NET_CORE_VERSION: netcoreapp3.1
NET_FRAMEWORK_VERSION: net48
NODE_JS_VERSION: 12
@ -23,12 +22,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Sync git submodules
run: git submodule sync --recursive
- name: Update git submodules
run: git submodule update -j ${{ env.GITHUB_JOBS }} --init --recursive
with:
submodules: recursive
- name: Setup .NET Core
uses: actions/setup-dotnet@v1