Skip to content

Commit 7baa2ca

Browse files
committed
Install both dotnet 8 and 9 in the Linux arm build.
1 parent 63e2899 commit 7baa2ca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,9 @@ jobs:
9292

9393
- uses: actions/setup-dotnet@v5
9494
with:
95-
dotnet-version: 8.x
95+
dotnet-version: |
96+
8.x
97+
9.x
9698
9799
- name: Install Magick.Native
98100
run: build/shared/install.Magick.Native.sh "dlemstra" "${{ secrets.GITHUB_TOKEN }}" linux arm64

0 commit comments

Comments
 (0)