File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 2323 os : ubuntu-latest
2424 cache_dependencies : true
2525
26- - name : ubuntu-24.04-arm
27- os : ubuntu-24.04-arm64
28- cache_dependencies : true
26+ # - name: ubuntu-24.04-arm
27+ # os: ubuntu-24.04-arm64
28+ # cache_dependencies: true
2929
3030 - name : macos-13-x86_64
3131 os : macos-13
8484 echo Set HOST_ZIP_FILE to ${{ env.HOST_ZIP_FILE }}
8585 shell : bash
8686
87- - name : Check .NET versions available to see if we can skip install
87+ - name : Check .NET versions available
8888 shell : bash
8989 run : |
9090 echo "DOTNET_VERSION_LIST<<EOF" >> $GITHUB_ENV
9494
9595 - name : Setup .NET 6,8
9696 uses : actions/setup-dotnet@v4
97- if : contains(env.DOTNET_VERSION_LIST, '8.0.') == 'false' || contains(env.DOTNET_VERSION_LIST, '6.0.') == 'false'
9897 with :
9998 dotnet-version : " 6\n 8\n "
10099
You can’t perform that action at this time.
0 commit comments