Skip to content

Commit 63e2899

Browse files
committed
Restored step to also install dotnet 8.0 in the Linux builds.
1 parent 513ff22 commit 63e2899

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
- name: Install dependencies
2727
run: build/linux-x64/install.dependencies.sh
2828

29+
- uses: actions/setup-dotnet@v5
30+
with:
31+
dotnet-version: 8.x
32+
2933
- name: Install Magick.Native
3034
run: build/shared/install.Magick.Native.sh "dlemstra" "${{ secrets.GITHUB_TOKEN }}" linux x64
3135

@@ -55,6 +59,10 @@ jobs:
5559
- name: Install dependencies
5660
run: build/linux-musl-x64/install.dependencies.sh
5761

62+
- uses: actions/setup-dotnet@v5
63+
with:
64+
dotnet-version: 8.x
65+
5866
- name: Install Magick.Native
5967
run: build/shared/install.Magick.Native.sh "dlemstra" "${{ secrets.GITHUB_TOKEN }}" linux-musl x64
6068

0 commit comments

Comments
 (0)