Skip to content

Commit ec3eaa0

Browse files
committed
awd sodalao
1 parent f7018f6 commit ec3eaa0

File tree

3 files changed

+6
-37
lines changed

3 files changed

+6
-37
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
target: [x86_64-unknown-linux-musl, x86_64-pc-windows-gnu]
14+
target: [x86_64-unknown-linux-musl, x86_64-pc-windows-gnu, x86_64-apple-darwin]
1515
steps:
1616
- uses: actions/checkout@master
1717
- name: Compile

.github/workflows/mac-build.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,8 @@ clap = { version = "4.5.16", features = ["derive"] }
88
colored = "2.1.0"
99
inquire = "0.7.5"
1010
reqwest = { version = "0.12.7", features = ["blocking", "json"] }
11-
serde_json = "1.0.127"
11+
serde_json = "1.0.127"
12+
13+
[target.x86_64-apple-darwin]
14+
linker = "clang"
15+
rustflags = ["-C", "link-arg=-mmacosx-version-min=10.12"]

0 commit comments

Comments
 (0)