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 4355a66 commit cfead57Copy full SHA for cfead57
.github/workflows/menlo-build.yml
@@ -406,7 +406,7 @@ jobs:
406
sudo apt-get install -y build-essential vulkan-sdk
407
408
- name: Install Clang for Windows Arm64
409
- if: ${{ matrix.os == 'win'}} && ${{ matrix.name == "windows-arm64" }}
+ if: ${{ matrix.os == 'win'}} && ${{ matrix.name == 'windows-arm64' }}
410
run: |
411
choco install llvm
412
clang --version
0 commit comments