File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2525
2626 - uses : actions/setup-dotnet@v4
2727 with :
28- dotnet-version : 8.0. x
28+ dotnet-version : 8.x
2929
3030 - name : Install Magick.Native
3131 run : ' build/shared/install.Magick.Native.sh "dlemstra" "${{ secrets.GITHUB_TOKEN }}" linux x64'
5858
5959 - uses : actions/setup-dotnet@v4
6060 with :
61- dotnet-version : 8.0. x
61+ dotnet-version : 8.x
6262
6363 - name : Install Magick.Native
6464 run : ' build/shared/install.Magick.Native.sh "dlemstra" "${{ secrets.GITHUB_TOKEN }}" linux-musl x64'
8989
9090 - uses : actions/setup-dotnet@v4
9191 with :
92- dotnet-version : 8.0. x
92+ dotnet-version : 8.x
9393
9494 - name : Install Magick.Native
9595 run : ' build/shared/install.Magick.Native.sh "dlemstra" "${{ secrets.GITHUB_TOKEN }}" linux arm64'
@@ -120,7 +120,7 @@ jobs:
120120
121121 - uses : actions/setup-dotnet@v4
122122 with :
123- dotnet-version : 8.0. x
123+ dotnet-version : 8.x
124124
125125 - name : Install Magick.Native
126126 run : ' build/shared/install.Magick.Native.sh "dlemstra" "${{ secrets.GITHUB_TOKEN }}" macos x64'
@@ -145,7 +145,7 @@ jobs:
145145
146146 - uses : actions/setup-dotnet@v4
147147 with :
148- dotnet-version : 8.0. x
148+ dotnet-version : 8.x
149149
150150 - name : Install Magick.Native
151151 run : ' build/shared/install.Magick.Native.sh "dlemstra" "${{ secrets.GITHUB_TOKEN }}" macos arm64'
You can’t perform that action at this time.
0 commit comments