From 418b7f73cd873f42de851d90c8a00025b28a8256 Mon Sep 17 00:00:00 2001 From: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> Date: Mon, 5 May 2025 23:46:26 +1000 Subject: [PATCH] Disable cargo-auditable Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> --- .github/workflows/release-packages.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release-packages.yml b/.github/workflows/release-packages.yml index 4291de23..61fef550 100644 --- a/.github/workflows/release-packages.yml +++ b/.github/workflows/release-packages.yml @@ -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.