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 8c68930 commit 418876aCopy full SHA for 418876a
.github/workflows/release.yaml
@@ -54,10 +54,10 @@ jobs:
54
55
- run: rustup target add ${{ matrix.target }}
56
57
- #- name: Build
58
- # run: cargo build --bin yr --profile release-lto --target ${{ matrix.target }}
59
- # env:
60
- # RUSTFLAGS: "-C target-feature=+crt-static"
+ - name: Build
+ run: cargo build --bin yr --profile release-lto --target ${{ matrix.target }}
+ env:
+ RUSTFLAGS: "-C target-feature=+crt-static"
61
62
- name: Build C library
63
if: matrix.build == 'windows'
0 commit comments