Skip to content

Commit 760ff19

Browse files
committed
(build) Fix yaml syntax
Remove the usage of ' which are not required when passing an array of versions, only when using a single version.
1 parent 3d577f4 commit 760ff19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
uses: actions/setup-dotnet@v3
3131
with:
3232
dotnet-version: |
33-
'3.1.x'
34-
'5.0.x'
33+
3.1.x
34+
5.0.x
3535
3636
- name: Cache Tools
3737
uses: actions/cache@v2

0 commit comments

Comments
 (0)