Skip to content

Commit cc5795b

Browse files
fix: build only reasondb-cli package in release to fix cross-compile
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent f38b5d7 commit cc5795b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: cargo install cross --git https://github.com/cross-rs/cross
5656

5757
- name: Build
58-
run: ${{ matrix.cross && 'cross' || 'cargo' }} build --release --target ${{ matrix.target }}
58+
run: ${{ matrix.cross && 'cross' || 'cargo' }} build --release --target ${{ matrix.target }} -p reasondb-cli
5959

6060
- name: Package (unix)
6161
if: matrix.archive == 'tar.gz'

0 commit comments

Comments
 (0)