Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jadamcrain committed Apr 1, 2024
1 parent 8360668 commit c999c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ jobs:
- name: Install Cargo CycloneDx
run: cargo install cargo-cyclonedx
- name: Install allow-list tool
run: cargo install https://github.com/stepfunc/bom-tools.git
run: cargo install --git https://github.com/stepfunc/bom-tools.git
- name: Checkout
uses: actions/checkout@v3
# Package all the generated bindings
Expand Down

0 comments on commit c999c61

Please sign in to comment.