Skip to content

Commit cfead57

Browse files
committed
chore: fix unexpected symbol
1 parent 4355a66 commit cfead57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/menlo-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ jobs:
406406
sudo apt-get install -y build-essential vulkan-sdk
407407
408408
- name: Install Clang for Windows Arm64
409-
if: ${{ matrix.os == 'win'}} && ${{ matrix.name == "windows-arm64" }}
409+
if: ${{ matrix.os == 'win'}} && ${{ matrix.name == 'windows-arm64' }}
410410
run: |
411411
choco install llvm
412412
clang --version

0 commit comments

Comments
 (0)