Skip to content

Commit

Permalink
fix no-sense cargo run command
Browse files Browse the repository at this point in the history
  • Loading branch information
pirafrank committed Jan 30, 2025
1 parent c060fa1 commit 5c884ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/zed-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ runs:
env:
RUSTFLAGS: "-C symbol-mangling-version=v0 --cfg tokio_unstable --cfg windows_slim_errors -C target-feature=+crt-static --cfg gles"
run: |
cargo run --release --verbose
cargo build --release --verbose
- name: Show build artifacts
working-directory: ${{ github.workspace }}/zed
Expand Down

0 comments on commit 5c884ec

Please sign in to comment.