tisonkun commented on code in PR #2590:
URL: https://github.com/apache/kvrocks/pull/2590#discussion_r1921062829
##########
.github/workflows/kvrocks.yaml:
##########
@@ -212,11 +216,15 @@ jobs:
echo "NPROC=$(sysctl -n hw.ncpu)" >> $GITHUB_ENV
echo "CMAKE_EXTRA_DEFS=-DOPENSSL_ROOT_DIR=/usr/local/opt/openssl" >>
$GITHUB_ENV
- name: Setup Linux
- if: ${{ startsWith(matrix.os, 'ubuntu') }}
+ if: ${{ startsWith(matrix.os, 'ubuntu') || matrix.arm_linux }}
Review Comment:
```suggestion
if: ${{ startsWith(matrix.os, 'ubuntu') }}
```
"Ubuntu Arm64" falls into `startsWith(matrix.os, 'ubuntu') == true`?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]