Skip to content

Commit

Permalink
fix(ci): Ensure .Net 8 is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrodger committed Feb 15, 2024
1 parent b45f0ea commit 8886dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v4
with:
dotnet-version: "7.0.x" # runners already have .Net Framework installed as well
dotnet-version: "8.0.x" # runners already have .Net Framework installed as well

- name: Pull interop dependencies
run: bash -c "build/download-native-libs.sh"
Expand Down

0 comments on commit 8886dec

Please sign in to comment.