Skip to content

Commit fa6f223

Browse files
committed
forgot flag in ci
1 parent d807600 commit fa6f223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383

8484
- if: contains(matrix.plugin.needs, 'rust')
8585
name: Build Rust-based Plugin
86-
run: cargo build --release ${{ matrix.plugin.name }}
86+
run: cargo build --release --package ${{ matrix.plugin.name }}
8787

8888
- name: Download Nushell Binary
8989
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)