File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -412,7 +412,7 @@ jobs:
412412 sudo apt-get install -y build-essential vulkan-sdk
413413
414414 - name : Install Clang for Windows Arm64
415- if : ${{ matrix.os == 'win'}} && ${{ matrix.name == 'windows- arm64' }}
415+ if : ${{ matrix.os == 'win'}} && ${{ matrix.name == 'arm64' }}
416416 run : |
417417 choco install llvm
418418 clang --version
@@ -446,11 +446,11 @@ jobs:
446446 dotnet-version : " 8.0.x"
447447
448448 - name : Add msbuild to PATH
449- if : runner.os == 'Windows' && !(matrix.os == 'win' && matrix.name == 'windows- arm64')
449+ if : runner.os == 'Windows' && !(matrix.os == 'win' && matrix.name == 'arm64')
450450451451
452452 - name : MSVC dev cmd (LLVM cross x64 ARM64)
453- if : matrix.os == 'win' && matrix.name == 'windows- arm64'
453+ if : matrix.os == 'win' && matrix.name == 'arm64'
454454455455 with :
456456 arch : amd64_arm64
You can’t perform that action at this time.
0 commit comments