We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 513ff22 commit 63e2899Copy full SHA for 63e2899
.github/workflows/main.yml
@@ -26,6 +26,10 @@ jobs:
26
- name: Install dependencies
27
run: build/linux-x64/install.dependencies.sh
28
29
+ - uses: actions/setup-dotnet@v5
30
+ with:
31
+ dotnet-version: 8.x
32
+
33
- name: Install Magick.Native
34
run: build/shared/install.Magick.Native.sh "dlemstra" "${{ secrets.GITHUB_TOKEN }}" linux x64
35
@@ -55,6 +59,10 @@ jobs:
55
59
56
60
run: build/linux-musl-x64/install.dependencies.sh
57
61
62
63
64
65
58
66
67
run: build/shared/install.Magick.Native.sh "dlemstra" "${{ secrets.GITHUB_TOKEN }}" linux-musl x64
68
0 commit comments