chore(actions): fix bad compile command

Turns out I hallucinated `--exclude-features` into existence.
This commit is contained in:
Erica Marigold 2024-12-25 18:38:47 +05:30 committed by GitHub
parent b13de0b2d1
commit 5eec091fc8
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -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: