Skip to content

Commit ba8fc36

Browse files
Skip .NET setup on arm32
1 parent 7e4d74c commit ba8fc36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ jobs:
122122

123123
- name: Setup .NET SDK
124124
uses: actions/setup-dotnet@v4
125+
if: matrix.os.runs-on != 'linux-arm32'
125126
with:
126127
dotnet-version: |
127128
8.0

0 commit comments

Comments
 (0)