Skip to content

Commit

Permalink
fix check
Browse files Browse the repository at this point in the history
  • Loading branch information
wagpa committed Jun 11, 2024
1 parent b47dede commit a15da70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: cargo install clippy-sarif sarif-fmt

- name: Check OpenSSL
run: cargo tree -i openssl 2> /dev/null; test $? -eq 101
run: ! cargo tree -i sentry 2> /dev/null

- name: Build with cargo
run: cargo build --verbose
Expand Down

0 comments on commit a15da70

Please sign in to comment.