File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,11 @@ jobs:
17
17
- name : ⤵️ Checkout Source
18
18
uses : actions/checkout@v3
19
19
20
- - name : 🛠️ Setup .NET
20
+ - name : 🛠️ Setup .NET
21
21
uses : actions/setup-dotnet@v3
22
22
with :
23
- dotnet-version : |
24
- 6.0.x
25
- 8.0.x
26
-
23
+ global-json-file : global.json
24
+
27
25
- name : 🛠️ Install dotnet tools
28
26
run : dotnet tool restore
29
27
61
59
- name : 🛠️ Setup .NET
62
60
uses : actions/setup-dotnet@v3
63
61
with :
64
- dotnet-version : |
65
- 6.0.x
66
- 8.0.x
62
+ global-json-file : global.json
67
63
68
64
- name : 🛠️ Install F#
69
65
run : sudo apt-get install fsharp
93
89
- name : 🛠️ Setup .NET
94
90
uses : actions/setup-dotnet@v3
95
91
with :
96
- dotnet-version : |
97
- 6.0.x
98
- 8.0.x
92
+ global-json-file : global.json
99
93
100
94
- name : 🛠️ Install dotnet tools
101
95
run : dotnet tool restore
You can’t perform that action at this time.
0 commit comments