From ab3c7f0a3deeb744397ee6503efff442684ea25e Mon Sep 17 00:00:00 2001 From: Pepper Lebeck-Jobe Date: Fri, 17 Jan 2025 14:22:01 +0100 Subject: [PATCH] Add the installation of the cbindgen binary This binary is used in the make invocation, so it needs to be installed. --- .github/workflows/codeql-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 26447947d4..247f434ea0 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -128,7 +128,7 @@ jobs: restore-keys: ${{ runner.os }}-go- - name: Build all lint dependencies - run: make -j build-node-deps + run: cargo install --force cbindgen && make -j build-node-deps # ℹī¸ Command-line programs to run using the OS shell. # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun