Skip to content

Commit

Permalink
switch rust-toolchain action
Browse files Browse the repository at this point in the history
  • Loading branch information
a-mnich committed May 12, 2024
1 parent 11f3a67 commit 7c4f525
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-zed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ jobs:
repository: zed-industries/zed

- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
uses: dtolnay/rust-toolchain@stable

- name: Add WASM target
run: rustup target add wasm32-wasi
Expand Down

0 comments on commit 7c4f525

Please sign in to comment.