]> git.ipfire.org Git - thirdparty/suricata-verify.git/commitdiff
github-actions: install cbindgen with locked deps 2703/head
authorVictor Julien <victor@inliniac.net>
Sat, 18 Oct 2025 06:46:55 +0000 (08:46 +0200)
committerVictor Julien <victor@inliniac.net>
Sat, 18 Oct 2025 16:36:50 +0000 (18:36 +0200)
To avoid MSRV bumps in the dependencies.

.github/workflows/builds.yml

index d1a9aa03e7e8917bf38bacebf6fc0cf871c67da9..80d01ba1bfcd128bfde237abaf18b7b772395d09 100644 (file)
@@ -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