Skip to content

Commit

Permalink
build artifacts with net 9
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmoore committed Dec 5, 2024
1 parent cf83da9 commit bd4da7e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/artifact-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
- name: Setup dotnet
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.x
- name: Build
shell: bash
run: |
Expand Down

0 comments on commit bd4da7e

Please sign in to comment.