From 680d0cf1dea98dfc44031c662c1e0d0d2dbfdd40 Mon Sep 17 00:00:00 2001 From: Federico Terzi Date: Sat, 2 Oct 2021 14:22:12 +0200 Subject: [PATCH] fix(ci): add missing step in macOS arm check --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bbcceb7..f830449 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,6 +43,9 @@ jobs: - uses: actions/checkout@v2 - name: Install target run: rustup update && rustup target add aarch64-apple-darwin + - name: Install cargo-make + run: | + cargo install --force cargo-make - name: Check build run: cargo make build-macos-arm-binary