|
55 | 55 | uses: actions/checkout@v4
|
56 | 56 | with:
|
57 | 57 | submodules: true
|
| 58 | + - name: Setup .NET SDK |
| 59 | + uses: actions/setup-dotnet@v4 |
| 60 | + with: |
| 61 | + global-json-file: global.json |
58 | 62 | - name: Cache installers
|
59 | 63 | uses: actions/cache@v4
|
60 | 64 | with:
|
@@ -101,6 +105,10 @@ jobs:
|
101 | 105 | uses: actions/checkout@v4
|
102 | 106 | with:
|
103 | 107 | submodules: true
|
| 108 | + - name: Setup .NET SDK |
| 109 | + uses: actions/setup-dotnet@v4 |
| 110 | + with: |
| 111 | + global-json-file: global.json |
104 | 112 | - name: Cache installers
|
105 | 113 | uses: actions/cache@v4
|
106 | 114 | with:
|
@@ -138,6 +146,10 @@ jobs:
|
138 | 146 | uses: actions/checkout@v4
|
139 | 147 | with:
|
140 | 148 | submodules: true
|
| 149 | + - name: Setup .NET SDK |
| 150 | + uses: actions/setup-dotnet@v4 |
| 151 | + with: |
| 152 | + global-json-file: global.json |
141 | 153 | - name: Cache NuGet packages
|
142 | 154 | uses: actions/cache@v4
|
143 | 155 | with:
|
@@ -172,6 +184,10 @@ jobs:
|
172 | 184 | uses: actions/checkout@v4
|
173 | 185 | with:
|
174 | 186 | submodules: true
|
| 187 | + - name: Setup .NET SDK |
| 188 | + uses: actions/setup-dotnet@v4 |
| 189 | + with: |
| 190 | + global-json-file: global.json |
175 | 191 | - name: Download Build (Debug)
|
176 | 192 | uses: actions/download-artifact@v4
|
177 | 193 | with:
|
@@ -209,6 +225,10 @@ jobs:
|
209 | 225 | uses: actions/checkout@v4
|
210 | 226 | with:
|
211 | 227 | submodules: true
|
| 228 | + - name: Setup .NET SDK |
| 229 | + uses: actions/setup-dotnet@v4 |
| 230 | + with: |
| 231 | + global-json-file: global.json |
212 | 232 | - name: Download Build (Debug)
|
213 | 233 | uses: actions/download-artifact@v4
|
214 | 234 | with:
|
|
0 commit comments