.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
Nathan Sobo created
.github/workflows/ci.yml | 1 +
1 file changed, 1 insertion(+)
@@ -40,6 +40,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
toolchain: stable
+ target: x86_64-apple-darwin
profile: minimal
- name: Run tests