Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sonercirit authored Aug 15, 2024
1 parent 73eae98 commit 9ea3608
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,20 +116,11 @@ jobs:
sccache --start-server
sccache --show-stats
- name: Build Zed Dependencies
if: steps.check_build.outputs.BUILD_NEEDED == 'true'
run: |
cd zed
cargo fetch
cargo build --release --jobs $env:CPU_CORES --all-targets
env:
CARGO_BUILD_JOBS: ${{ env.CPU_CORES }}

- name: Build Zed
if: steps.check_build.outputs.BUILD_NEEDED == 'true'
run: |
cd zed
cargo build --release --jobs $env:CPU_CORES --bin zed
cargo build --release --jobs $env:CPU_CORES
env:
CARGO_BUILD_JOBS: ${{ env.CPU_CORES }}

Expand Down

0 comments on commit 9ea3608

Please sign in to comment.