Skip to content

Commit 1122b31

Browse files
authored
operating-system -> os
1 parent ab2ad47 commit 1122b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,6 @@ jobs:
8989
if: startsWith(matrix.os, 'ubuntu-')
9090
run: |
9191
# TODO remove `if` when above TODOs are done
92-
if [[ "${{ matrix.operating-system }}" != *"-arm" ]]; then
92+
if [[ "${{ matrix.os }}" != *"-arm" ]]; then
9393
NO_BUILD=1 IS_MUSL=1 ROC=./roc_nightly/roc EXAMPLES_DIR=./examples/ ./ci/all_tests.sh
9494
fi

0 commit comments

Comments
 (0)