We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab2ad47 commit 1122b31Copy full SHA for 1122b31
.github/workflows/ci.yml
@@ -89,6 +89,6 @@ jobs:
89
if: startsWith(matrix.os, 'ubuntu-')
90
run: |
91
# TODO remove `if` when above TODOs are done
92
- if [[ "${{ matrix.operating-system }}" != *"-arm" ]]; then
+ if [[ "${{ matrix.os }}" != *"-arm" ]]; then
93
NO_BUILD=1 IS_MUSL=1 ROC=./roc_nightly/roc EXAMPLES_DIR=./examples/ ./ci/all_tests.sh
94
fi
0 commit comments