Skip to content

Commit

Permalink
fix: defaulting back to vulkan
Browse files Browse the repository at this point in the history
  • Loading branch information
pirafrank committed Jan 30, 2025
1 parent 971693f commit 49c70b4
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 @@ -63,7 +63,7 @@ runs:
# point is likely to have completed successfully.
continue-on-error: true
env:
RUSTFLAGS: "-C symbol-mangling-version=v0 --cfg tokio_unstable --cfg windows_slim_errors -C target-feature=+crt-static --cfg gles"
RUSTFLAGS: "-C symbol-mangling-version=v0 --cfg tokio_unstable --cfg windows_slim_errors -C target-feature=+crt-static"
run: |
cargo build --release --verbose
Expand Down

0 comments on commit 49c70b4

Please sign in to comment.