Skip to content

Commit 6de52a2

Browse files
committed
Add BN_LICENSE environment variable to rust CI
We pass the serial to download binary ninja, but we never provided the license for core initialization
1 parent 5b36220 commit 6de52a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/rust.yml

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
run: cargo test --all-features -- --test-threads=1
3535
env:
3636
BINARYNINJADIR: ${{ steps.setup-binja.outputs.install-path }}
37+
BN_LICENSE: ${{ secrets.BN_LICENSE }}
3738

3839
# Check lints with clippy
3940
clippy:

0 commit comments

Comments
 (0)