mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 05:15:00 +00:00
Try to fix target not being installed
This commit is contained in:
parent
5cf65ed6b7
commit
3604d7e292
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -40,6 +40,7 @@ jobs:
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
|
target: x86_64-apple-darwin
|
||||||
profile: minimal
|
profile: minimal
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
|
Loading…
Reference in a new issue