From: Jason Ish Date: Wed, 3 Sep 2025 15:14:43 +0000 (-0600) Subject: github-ci: pass CARGO and RUSTC to S-V X-Git-Tag: suricata-8.0.1~35 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F13797%2Fhead;p=thirdparty%2Fsuricata.git github-ci: pass CARGO and RUSTC to S-V S-V needs cargo to build the EVE validator. --- 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