We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b36220 commit 6de52a2Copy full SHA for 6de52a2
.github/workflows/rust.yml
@@ -34,6 +34,7 @@ jobs:
34
run: cargo test --all-features -- --test-threads=1
35
env:
36
BINARYNINJADIR: ${{ steps.setup-binja.outputs.install-path }}
37
+ BN_LICENSE: ${{ secrets.BN_LICENSE }}
38
39
# Check lints with clippy
40
clippy:
0 commit comments