From 3604d7e2925814f12740cfd77c0e0952160ca1d6 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Tue, 4 May 2021 17:34:03 -0600 Subject: [PATCH] Try to fix target not being installed --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a3a551ef3..c819f0673f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,6 +40,7 @@ jobs: uses: actions-rs/toolchain@v1 with: toolchain: stable + target: x86_64-apple-darwin profile: minimal - name: Run tests