We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f12d6e4 commit 57c0284Copy full SHA for 57c0284
.github/workflows/build_release.yml
@@ -147,10 +147,10 @@ jobs:
147
run: rustup component add clippy-preview
148
- name: Build
149
if: runner.os != 'Windows'
150
- run: cargo build --verbose
+ run: cargo build --release --verbose
151
- name: Build (Windows MinGW)
152
if: runner.os == 'Windows'
153
- run: cargo build --verbose --target x86_64-pc-windows-gnu
+ run: cargo build --release --verbose --target x86_64-pc-windows-gnu
154
- name: Verify vendored LLVM
155
run: |
156
file external/lib/linux/libLLVM.so.21.1-rust-1.94.0-nightly || true
0 commit comments