We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ffe7ad commit 0fcce1fCopy full SHA for 0fcce1f
.github/workflows/continuous-integration-workflow.yml
@@ -17,17 +17,17 @@ jobs:
17
with:
18
fetch-depth: 0
19
20
- - name: Setup .NET Core SDK 60
21
- uses: actions/setup-dotnet@v1
22
- with:
23
- dotnet-version: ${{ matrix.dotnet-version }}
24
-
25
- name: Install ICU library
26
run: sudo apt-get update && sudo apt-get install -y libicu-dev
27
28
- name: Enable Invariant Globalization
29
run: echo "DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1" >> $GITHUB_ENV
30
+ - name: Setup .NET Core SDK 60
+ uses: actions/setup-dotnet@v1
+ with:
+ dotnet-version: ${{ matrix.dotnet-version }}
+
31
- name: Install GitVersion
32
uses: gittools/actions/gitversion/[email protected]
33
0 commit comments