We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1122b31 commit ba107ccCopy full SHA for ba107cc
1 file changed
.github/workflows/ci.yml
@@ -66,7 +66,7 @@ jobs:
66
if: startsWith(matrix.os, 'ubuntu-')
67
run: |
68
sudo apt-get install -y musl-tools
69
- if [[ "${{ matrix.operating-system }}" == *"-arm" ]]; then
+ if [[ "${{ matrix.os }}" == *"-arm" ]]; then
70
# TODO re-enable once TODO below is done: rustup target add aarch64-unknown-linux-musl
71
echo "no-op"
72
else
@@ -78,7 +78,7 @@ jobs:
78
env:
79
ROC: ./roc_nightly/roc
80
81
+ if [[ "${{ matrix.os}}" == *"-arm" ]]; then
82
# TODO debug this: CARGO_BUILD_TARGET=aarch64-unknown-linux-musl $ROC build.roc
83
84
0 commit comments