Skip to content

Commit 3b62739

Browse files
committed
Fix runner arch
1 parent 60d13b4 commit 3b62739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/premerge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
export CC=/opt/llvm/bin/clang
7171
export CXX=/opt/llvm/bin/clang++
7272
73-
if "$RUNNER_ARCH" = "ARM64"; then
73+
if [ "$RUNNER_ARCH" = "ARM64" ]; then
7474
# XFAIL lldb test: https://github.com/llvm/llvm-project/issues/155895
7575
export LIT_XFAIL="functionalities/gdb_remote_client/TestqOffsets.py"
7676
export LIT_FILTER_OUT=TestqOffsets.py

0 commit comments

Comments
 (0)