Skip to content

Commit

Permalink
Add the installation of the cbindgen binary
Browse files Browse the repository at this point in the history
This binary is used in the make invocation, so it needs to be installed.
  • Loading branch information
eljobe committed Jan 17, 2025
1 parent 353207d commit ab3c7f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ab3c7f0

Please sign in to comment.