Try to fix target not being installed

This commit is contained in:
Nathan Sobo 2021-05-04 17:34:03 -06:00
parent 5cf65ed6b7
commit 3604d7e292

View file

@ -40,6 +40,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: x86_64-apple-darwin
profile: minimal
- name: Run tests