Disable cargo-auditable

Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
Jiahao XU 2025-05-05 23:46:26 +10:00 committed by GitHub
parent f6e25ecc42
commit 418b7f73cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -59,7 +59,6 @@ jobs:
GLIBC_VERSION: ${{ matrix.g }}
JUST_USE_CARGO_ZIGBUILD: ${{ matrix.c }}
JUST_FOR_RELEASE: true
JUST_USE_AUDITABLE: true
JUST_ENABLE_H3: true
steps:
@ -77,7 +76,7 @@ jobs:
- uses: ./.github/actions/just-setup
with:
tools: cargo-auditable,rsign2,rage
tools: rsign2,rage
env:
# just-setup use binstall to install sccache,
# which works better when we provide it with GITHUB_TOKEN.