mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-29 13:21:43 +03:00
Use latest Rust version on CI
Co-Authored-By: Isaac Clayton <slightknack@gmail.com>
This commit is contained in:
parent
d8b22a200e
commit
c4f10befe8
18
.github/workflows/ci.yml
vendored
18
.github/workflows/ci.yml
vendored
@ -28,8 +28,9 @@ jobs:
|
|||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
target: x86_64-apple-darwin
|
target: aarch64-apple-darwin
|
||||||
profile: minimal
|
profile: minimal
|
||||||
|
default: true
|
||||||
|
|
||||||
- name: Install Rust wasm32-wasi target
|
- name: Install Rust wasm32-wasi target
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
@ -65,19 +66,20 @@ jobs:
|
|||||||
APPLE_NOTARIZATION_USERNAME: ${{ secrets.APPLE_NOTARIZATION_USERNAME }}
|
APPLE_NOTARIZATION_USERNAME: ${{ secrets.APPLE_NOTARIZATION_USERNAME }}
|
||||||
APPLE_NOTARIZATION_PASSWORD: ${{ secrets.APPLE_NOTARIZATION_PASSWORD }}
|
APPLE_NOTARIZATION_PASSWORD: ${{ secrets.APPLE_NOTARIZATION_PASSWORD }}
|
||||||
steps:
|
steps:
|
||||||
- name: Install Rust x86_64-apple-darwin target
|
|
||||||
uses: actions-rs/toolchain@v1
|
|
||||||
with:
|
|
||||||
toolchain: stable
|
|
||||||
target: x86_64-apple-darwin
|
|
||||||
profile: minimal
|
|
||||||
|
|
||||||
- name: Install Rust aarch64-apple-darwin target
|
- name: Install Rust aarch64-apple-darwin target
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
target: aarch64-apple-darwin
|
target: aarch64-apple-darwin
|
||||||
profile: minimal
|
profile: minimal
|
||||||
|
default: true
|
||||||
|
|
||||||
|
- name: Install Rust x86_64-apple-darwin target
|
||||||
|
uses: actions-rs/toolchain@v1
|
||||||
|
with:
|
||||||
|
toolchain: stable
|
||||||
|
target: x86_64-apple-darwin
|
||||||
|
profile: minimal
|
||||||
|
|
||||||
- name: Install Rust wasm32-wasi target
|
- name: Install Rust wasm32-wasi target
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
|
Loading…
Reference in New Issue
Block a user