Skip to content

Commit 0a0311b

Browse files
committed
no lgl for boolector
1 parent b73fc61 commit 0a0311b

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/rust.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,6 @@ jobs:
6262

6363
steps:
6464
- uses: actions/checkout@v6
65-
- name: Install MSYS2
66-
uses: msys2/setup-msys2@v2
67-
with:
68-
msystem: MINGW64
69-
update: true
70-
install: base-devel git
7165
- name: Install radare2
7266
run: |
7367
choco install radare2 -y

radius/Cargo.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,13 @@ rand = "0.8.4"
1919
colored = "2.0.0"
2020

2121
[features]
22-
default = ["boolector/vendor-lgl"]
22+
default = []
23+
24+
[target.'cfg(not(windows))'.dependencies]
25+
boolector = { version = "0.4.3", features = ["vendor-lgl"] }
26+
27+
[target.'cfg(windows)'.dependencies]
28+
boolector = "0.4.3"
2329

2430
[package.metadata.docs.rs]
2531
no-default-features = true

0 commit comments

Comments
 (0)