Skip to content

Commit e4979c4

Browse files
committed
github-ci: pass CARGO and RUSTC to S-V
S-V needs cargo to build the EVE validator. (cherry picked from commit 45a7ce9)
1 parent bd23b92 commit e4979c4

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
@@ -1219,6 +1219,8 @@ jobs:
12191219
- run: make -j ${{ env.CPUS }}
12201220
- run: make check
12211221
- run: python3 ./suricata-verify/run.py -q --debug-failed
1222+
env:
1223+
CARGO: cargo-1.82
12221224
- run: make install
12231225
- run: make install-headers
12241226
- run: make install-library

0 commit comments

Comments
 (0)