github-ci: pass CARGO and RUSTC to S-V

S-V needs cargo to build the EVE validator.
pull/13797/head
Jason Ish 11 months ago committed by Victor Julien
parent 6d74656bef
commit 0662736167

@ -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

Loading…
Cancel
Save