Skip to content

Commit 0fcce1f

Browse files
authored
Update continuous-integration-workflow.yml
1 parent 0ffe7ad commit 0fcce1f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919

20-
- name: Setup .NET Core SDK 60
21-
uses: actions/setup-dotnet@v1
22-
with:
23-
dotnet-version: ${{ matrix.dotnet-version }}
24-
2520
- name: Install ICU library
2621
run: sudo apt-get update && sudo apt-get install -y libicu-dev
2722

2823
- name: Enable Invariant Globalization
2924
run: echo "DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1" >> $GITHUB_ENV
3025

26+
- name: Setup .NET Core SDK 60
27+
uses: actions/setup-dotnet@v1
28+
with:
29+
dotnet-version: ${{ matrix.dotnet-version }}
30+
3131
- name: Install GitVersion
3232
uses: gittools/actions/gitversion/[email protected]
3333
with:

0 commit comments

Comments
 (0)