2222 - name : Setup .NET
2323 uses : actions/setup-dotnet@v5
2424 with :
25- dotnet-version : " 10.0.x "
25+ global-json-file : global.json
2626
2727 - name : Restore tools
2828 run : dotnet tool restore
4242 - name : Setup .NET
4343 uses : actions/setup-dotnet@v5
4444 with :
45- dotnet-version : " 10.0.x "
45+ global-json-file : global.json
4646
4747 - name : Restore project
4848 run : dotnet restore Fable.sln
6060 - name : Setup .NET
6161 uses : actions/setup-dotnet@v5
6262 with :
63- dotnet-version : " 10.0.x "
63+ global-json-file : global.json
6464
6565 - name : Setup Node.js environment
6666 uses : actions/setup-node@v5
8383 - name : Setup .NET
8484 uses : actions/setup-dotnet@v5
8585 with :
86- dotnet-version : " 10.0.x "
86+ global-json-file : global.json
8787
8888 - name : Setup Node.js environment
8989 uses : actions/setup-node@v5
@@ -104,7 +104,7 @@ jobs:
104104 - name : Setup .NET
105105 uses : actions/setup-dotnet@v5
106106 with :
107- dotnet-version : " 10.0.x "
107+ global-json-file : global.json
108108
109109 - name : Setup Node.js environment
110110 uses : actions/setup-node@v5
@@ -122,7 +122,7 @@ jobs:
122122 - name : Setup .NET
123123 uses : actions/setup-dotnet@v5
124124 with :
125- dotnet-version : " 10.0.x "
125+ global-json-file : global.json
126126
127127 - name : Setup Node.js environment
128128 uses : actions/setup-node@v5
@@ -146,7 +146,7 @@ jobs:
146146 - name : Setup .NET
147147 uses : actions/setup-dotnet@v5
148148 with :
149- dotnet-version : " 10.0.x "
149+ global-json-file : global.json
150150
151151 - name : Set up Python ${{ matrix.python-version }}
152152 uses : actions/setup-python@v6
@@ -187,7 +187,7 @@ jobs:
187187 - name : Setup .NET
188188 uses : actions/setup-dotnet@v5
189189 with :
190- dotnet-version : " 10.0.x "
190+ global-json-file : global.json
191191
192192 - name : Setup Node.js environment
193193 uses : actions/setup-node@v5
@@ -213,7 +213,7 @@ jobs:
213213 - name : Setup .NET
214214 uses : actions/setup-dotnet@v5
215215 with :
216- dotnet-version : " 10.0.x "
216+ global-json-file : global.json
217217
218218 - name : Setup Dart SDK
219219 uses : dart-lang/setup-dart@v1
@@ -231,7 +231,7 @@ jobs:
231231 - name : Setup .NET
232232 uses : actions/setup-dotnet@v5
233233 with :
234- dotnet-version : " 10.0.x "
234+ global-json-file : global.json
235235
236236 - name : Setup Erlang/OTP
237237 uses : erlef/setup-beam@v1
@@ -262,7 +262,7 @@ jobs:
262262 - name : Setup .NET
263263 uses : actions/setup-dotnet@v5
264264 with :
265- dotnet-version : " 10.0.x "
265+ global-json-file : global.json
266266
267267 - name : Restore tools
268268 run : dotnet tool restore
0 commit comments