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 2244e60 commit f0aceebCopy full SHA for f0aceeb
.github/workflows/dotnet.yml
@@ -70,7 +70,7 @@ jobs:
70
- name: Setup .NET
71
uses: actions/setup-dotnet@v3
72
with:
73
- dotnet-version: '9.0.x'
+ dotnet-version: '9.0.102'
74
#dotnet-quality: 'preview'
75
- name: Install Workloads
76
run: dotnet workload restore
.github/workflows/publish-site.yml
@@ -13,7 +13,15 @@ jobs:
13
Build:
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
17
+ - name: Setup .NET 8
18
+ uses: actions/setup-dotnet@v3
19
+ with:
20
+ dotnet-version: '8.0.x'
21
+ - name: Setup .NET 9
22
23
24
25
- name: Build Website
26
run: |
27
git submodule update --init eng/submodules/silk.net-2.x
0 commit comments