Skip to content

Commit

Permalink
More build fix attempts
Browse files Browse the repository at this point in the history
  • Loading branch information
Perksey committed Jan 27, 2025
1 parent 2244e60 commit f0aceeb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: '9.0.x'
dotnet-version: '9.0.102'
#dotnet-quality: 'preview'
- name: Install Workloads
run: dotnet workload restore
Expand Down
10 changes: 9 additions & 1 deletion .github/workflows/publish-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,15 @@ jobs:
Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Setup .NET 8
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.x'
- name: Setup .NET 9
uses: actions/setup-dotnet@v3
with:
dotnet-version: '9.0.102'
- name: Build Website
run: |
git submodule update --init eng/submodules/silk.net-2.x
Expand Down

0 comments on commit f0aceeb

Please sign in to comment.