From: Jason Ish Date: Fri, 18 Nov 2022 20:45:29 +0000 (-0600) Subject: github-ci/macos: don't force cbindgen X-Git-Tag: suricata-7.0.0-rc1~345 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6da066cc534a58ed0f35eb18864247ffae81a29e;p=thirdparty%2Fsuricata.git github-ci/macos: don't force cbindgen We want to use binary from the cache if available. --- diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index dfa0df8e60..c3f9635bb7 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -1591,7 +1591,7 @@ jobs: rust \ xz - name: Install cbindgen - run: cargo install --force --debug --version 0.24.3 cbindgen + run: cargo install --debug --version 0.24.3 cbindgen - run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH - run: pip3 install PyYAML - uses: actions/checkout@v3.1.0