Skip to content

Commit 4260bbc

Browse files
committed
Fix
1 parent 8c7a1a0 commit 4260bbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ jobs:
286286
- name: Setup .NET Core SDK
287287
uses: actions/setup-dotnet@v1.7.2
288288
with:
289-
dotnet-version: 5.0.103
289+
dotnet-version: ${{ env.DOTNET_SDK_VERSION }}
290290

291291
- name: Prepare folders
292292
run: |

0 commit comments

Comments
 (0)