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 18bfa1c commit e1e5367Copy full SHA for e1e5367
.github/workflows/ci.yml
@@ -67,7 +67,10 @@ jobs:
67
uses: actions/setup-dotnet@v4
68
with:
69
global-json-file: ./global.json
70
-
+ dotnet-version: |
71
+ 6.x
72
+ 8.x
73
+
74
- name: Build
75
run: ./build.sh build -s true
76
@@ -135,6 +138,14 @@ jobs:
135
138
136
139
fetch-depth: 1
137
140
141
+ - name: Setup .NET
142
+ uses: actions/setup-dotnet@v4
143
+ with:
144
+ global-json-file: ./global.json
145
146
147
148
149
- uses: actions/download-artifact@v4
150
151
name: build
0 commit comments