mirror of
https://github.com/pesde-pkg/pesde.git
synced 2025-05-04 10:33:47 +01:00
chore(actions): fix bad compile command
Turns out I hallucinated `--exclude-features` into existence.
This commit is contained in:
parent
b13de0b2d1
commit
5eec091fc8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/debug.yml
vendored
2
.github/workflows/debug.yml
vendored
|
@ -43,7 +43,7 @@ jobs:
|
|||
- name: Install Rust toolchain
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
- name: Compile in debug mode
|
||||
run: cargo build --bins --all-features --exclude-features version-management --target ${{ matrix.target }} --locked
|
||||
run: cargo build --bins --no-default-features --features bin,patches,wally-compat --target ${{ matrix.target }} --locked
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue