1
0

Update CI.yml

This commit is contained in:
Michael Gordeev
2020-05-10 18:53:02 +03:00
committed by GitHub
parent 4e12066246
commit 44a0ed025e
+1 -2
View File
@@ -8,12 +8,11 @@ on:
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout
- uses: actions/checkout@v2
uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1.4.0