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 d807600 commit fa6f223Copy full SHA for fa6f223
.github/workflows/ci.yml
@@ -83,7 +83,7 @@ jobs:
83
84
- if: contains(matrix.plugin.needs, 'rust')
85
name: Build Rust-based Plugin
86
- run: cargo build --release ${{ matrix.plugin.name }}
+ run: cargo build --release --package ${{ matrix.plugin.name }}
87
88
- name: Download Nushell Binary
89
uses: actions/download-artifact@v4
0 commit comments