CI: release with default features only

This commit is contained in:
cyqsimon 2024-04-01 15:31:06 +08:00
parent 5135bc5307
commit 900577402c
No known key found for this signature in database
GPG Key ID: 1D8CE2F297390D65

View File

@ -87,7 +87,7 @@ jobs:
env:
OUCH_ARTIFACTS_FOLDER: artifacts
run: |
cargo +nightly hack build --release --target ${{ matrix.target }} --feature-powerset --optional-deps unrar
cargo +nightly hack build --release --target ${{ matrix.target }}
# - name: Upload artifacts
# uses: actions/upload-artifact@v4