From 0662736167b60a697861786039c7b5a6de3446cd Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Wed, 3 Sep 2025 09:14:43 -0600 Subject: [PATCH] github-ci: pass CARGO and RUSTC to S-V S-V needs cargo to build the EVE validator. --- .github/workflows/builds.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 6f8f6a4433..a99abc5dd8 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -1406,6 +1406,8 @@ jobs: - run: make -j ${{ env.CPUS }} - run: make check - run: python3 ./suricata-verify/run.py -q --debug-failed + env: + CARGO: cargo-1.82 - run: make install - run: make install-headers - run: make install-library -- 2.47.3