Skip to content

Commit

Permalink
awd sodalao
Browse files Browse the repository at this point in the history
  • Loading branch information
MagicTeaMC committed Aug 25, 2024
1 parent f7018f6 commit ec3eaa0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 37 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
target: [x86_64-unknown-linux-musl, x86_64-pc-windows-gnu]
target: [x86_64-unknown-linux-musl, x86_64-pc-windows-gnu, x86_64-apple-darwin]
steps:
- uses: actions/checkout@master
- name: Compile
Expand Down
35 changes: 0 additions & 35 deletions .github/workflows/mac-build.yml

This file was deleted.

6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ clap = { version = "4.5.16", features = ["derive"] }
colored = "2.1.0"
inquire = "0.7.5"
reqwest = { version = "0.12.7", features = ["blocking", "json"] }
serde_json = "1.0.127"
serde_json = "1.0.127"

[target.x86_64-apple-darwin]
linker = "clang"
rustflags = ["-C", "link-arg=-mmacosx-version-min=10.12"]

0 comments on commit ec3eaa0

Please sign in to comment.