8000 Update ci.yml · hjerpbakk/dotnet-script-docker@7409e01 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7409e01

Browse files
authored
Update ci.yml
1 parent f2293e0 commit 7409e01

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11+
- name: Setup .NET Core
12+
uses: actions/setup-dotnet@v1.2.0
13+
with:
14+
dotnet-version: 3.0.100
1115
- uses: actions/checkout@v1
1216
- name: Build and test container
1317
run: |

0 commit comments

Comments
 (0)
0