Skip to content

Commit 418876a

Browse files
committed
ci: build CLI
1 parent 8c68930 commit 418876a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ jobs:
5454

5555
- run: rustup target add ${{ matrix.target }}
5656

57-
#- name: Build
58-
# run: cargo build --bin yr --profile release-lto --target ${{ matrix.target }}
59-
# env:
60-
# RUSTFLAGS: "-C target-feature=+crt-static"
57+
- name: Build
58+
run: cargo build --bin yr --profile release-lto --target ${{ matrix.target }}
59+
env:
60+
RUSTFLAGS: "-C target-feature=+crt-static"
6161

6262
- name: Build C library
6363
if: matrix.build == 'windows'

0 commit comments

Comments
 (0)