Try to fix target not being installed

Nathan Sobo created

Change summary

.github/workflows/ci.yml | 1 +
1 file changed, 1 insertion(+)

Detailed changes

.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