Skip to content

Commit 8fb74dc

Browse files
mikkelbuMikkel Bundgaard
authored and
Mikkel Bundgaard
committed
chore: Refer to global.json for SDK version
1 parent e2b99f1 commit 8fb74dc

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

.github/workflows/continuous_integration.yml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,11 @@ jobs:
1717
- name: ⤵️ Checkout Source
1818
uses: actions/checkout@v3
1919

20-
- name: 🛠️ Setup .NET
20+
- name: 🛠️ Setup .NET
2121
uses: actions/setup-dotnet@v3
2222
with:
23-
dotnet-version: |
24-
6.0.x
25-
8.0.x
26-
23+
global-json-file: global.json
24+
2725
- name: 🛠️ Install dotnet tools
2826
run: dotnet tool restore
2927

@@ -61,9 +59,7 @@ jobs:
6159
- name: 🛠️ Setup .NET
6260
uses: actions/setup-dotnet@v3
6361
with:
64-
dotnet-version: |
65-
6.0.x
66-
8.0.x
62+
global-json-file: global.json
6763

6864
- name: 🛠️ Install F#
6965
run: sudo apt-get install fsharp
@@ -93,9 +89,7 @@ jobs:
9389
- name: 🛠️ Setup .NET
9490
uses: actions/setup-dotnet@v3
9591
with:
96-
dotnet-version: |
97-
6.0.x
98-
8.0.x
92+
global-json-file: global.json
9993

10094
- name: 🛠️ Install dotnet tools
10195
run: dotnet tool restore

0 commit comments

Comments
 (0)