mirror of
https://github.com/svenstaro/miniserve
synced 2025-04-29 15:47:27 +08:00
Disable UPX on Darwin
It doesn't work anymore on modern OSX.
This commit is contained in:
parent
9d94d6d1ac
commit
d4377fb00c
2
.github/workflows/build-release.yml
vendored
2
.github/workflows/build-release.yml
vendored
@ -53,7 +53,7 @@ jobs:
|
||||
cargo_flags: ""
|
||||
- os: macos-latest
|
||||
target: x86_64-apple-darwin
|
||||
compress: true
|
||||
compress: false
|
||||
cargo_flags: ""
|
||||
- os: macos-latest
|
||||
target: aarch64-apple-darwin
|
||||
|
Loading…
x
Reference in New Issue
Block a user