Skip to content

Commit 45a7ce9

Browse files
committed
github-ci: pass CARGO and RUSTC to S-V
S-V needs cargo to build the EVE validator.
1 parent 955927f commit 45a7ce9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/builds.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1406,6 +1406,8 @@ jobs:
14061406
- run: make -j ${{ env.CPUS }}
14071407
- run: make check
14081408
- run: python3 ./suricata-verify/run.py -q --debug-failed
1409+
env:
1410+
CARGO: cargo-1.82
14091411
- run: make install
14101412
- run: make install-headers
14111413
- run: make install-library

0 commit comments

Comments
 (0)