mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-14 22:56:37 +00:00
Disable cargo-auditable
Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
parent
f6e25ecc42
commit
418b7f73cd
1 changed files with 1 additions and 2 deletions
3
.github/workflows/release-packages.yml
vendored
3
.github/workflows/release-packages.yml
vendored
|
@ -59,7 +59,6 @@ jobs:
|
||||||
GLIBC_VERSION: ${{ matrix.g }}
|
GLIBC_VERSION: ${{ matrix.g }}
|
||||||
JUST_USE_CARGO_ZIGBUILD: ${{ matrix.c }}
|
JUST_USE_CARGO_ZIGBUILD: ${{ matrix.c }}
|
||||||
JUST_FOR_RELEASE: true
|
JUST_FOR_RELEASE: true
|
||||||
JUST_USE_AUDITABLE: true
|
|
||||||
JUST_ENABLE_H3: true
|
JUST_ENABLE_H3: true
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -77,7 +76,7 @@ jobs:
|
||||||
|
|
||||||
- uses: ./.github/actions/just-setup
|
- uses: ./.github/actions/just-setup
|
||||||
with:
|
with:
|
||||||
tools: cargo-auditable,rsign2,rage
|
tools: rsign2,rage
|
||||||
env:
|
env:
|
||||||
# just-setup use binstall to install sccache,
|
# just-setup use binstall to install sccache,
|
||||||
# which works better when we provide it with GITHUB_TOKEN.
|
# which works better when we provide it with GITHUB_TOKEN.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue