diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 7a79c6c14..1ef8c867d 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -13,6 +13,10 @@ jobs: build_and_test: name: Test, clippy, and format runs-on: ubuntu-latest + # @@TODO: add back `linux/x64` once the LLVM installation becomes available + strategy: + matrix: + platform: [linux/arm64] steps: - name: Checkout source code uses: actions/checkout@v2