Skip to content

Commit ba107cc

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
if: startsWith(matrix.os, 'ubuntu-')
6767
run: |
6868
sudo apt-get install -y musl-tools
69-
if [[ "${{ matrix.operating-system }}" == *"-arm" ]]; then
69+
if [[ "${{ matrix.os }}" == *"-arm" ]]; then
7070
# TODO re-enable once TODO below is done: rustup target add aarch64-unknown-linux-musl
7171
echo "no-op"
7272
else
@@ -78,7 +78,7 @@ jobs:
7878
env:
7979
ROC: ./roc_nightly/roc
8080
run: |
81-
if [[ "${{ matrix.operating-system }}" == *"-arm" ]]; then
81+
if [[ "${{ matrix.os}}" == *"-arm" ]]; then
8282
# TODO debug this: CARGO_BUILD_TARGET=aarch64-unknown-linux-musl $ROC build.roc
8383
echo "no-op"
8484
else

0 commit comments

Comments
 (0)