From: Victor Julien Date: Sat, 18 Oct 2025 06:46:55 +0000 (+0200) Subject: github-actions: install cbindgen with locked deps X-Git-Tag: suricata-8.0.2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F2703%2Fhead;p=thirdparty%2Fsuricata-verify.git github-actions: install cbindgen with locked deps To avoid MSRV bumps in the dependencies. --- diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index d1a9aa03e..80d01ba1b 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -73,7 +73,7 @@ jobs: software-properties-common \ zlib1g \ zlib1g-dev - - run: cargo install --force --debug cbindgen + - run: cargo install --locked --force --debug cbindgen - run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH - uses: actions/checkout@v3 - run: python3 ./run.py --self-test @@ -141,7 +141,7 @@ jobs: sudo \ which \ zlib-devel - - run: cargo install --force --debug cbindgen + - run: cargo install --locked --force --debug cbindgen - run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH - uses: actions/checkout@v3 - run: python3 ./run.py --self-test