Skip to content

Commit

Permalink
Also install .NET 8 sdk in the build of the other libraries.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Nov 18, 2023
1 parent 486297e commit 142421d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,11 @@ jobs:
run: ./install.dependencies.cmd
working-directory: build/windows

- name: Install .NET 8.0
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x

- name: Create nuget.config
run: './create-nuget-config.cmd "dlemstra" "${{ secrets.GITHUB_TOKEN }}"'
working-directory: src/Magick.Native
Expand Down

0 comments on commit 142421d

Please sign in to comment.