Skip to content

Commit f0aceeb

Browse files
committed
More build fix attempts
1 parent 2244e60 commit f0aceeb

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Setup .NET
7171
uses: actions/setup-dotnet@v3
7272
with:
73-
dotnet-version: '9.0.x'
73+
dotnet-version: '9.0.102'
7474
#dotnet-quality: 'preview'
7575
- name: Install Workloads
7676
run: dotnet workload restore

.github/workflows/publish-site.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,15 @@ jobs:
1313
Build:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v2
16+
- 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+
uses: actions/setup-dotnet@v3
23+
with:
24+
dotnet-version: '9.0.102'
1725
- name: Build Website
1826
run: |
1927
git submodule update --init eng/submodules/silk.net-2.x

0 commit comments

Comments
 (0)