File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2121 name : macos
2222 - os : ubuntu-latest
2323 x86_64 : ./target/x86_64-unknown-linux-musl/release/yj
24- aarch64 : ./target/aarch64-unknown-linux-musl /release/yj
24+ aarch64 : ./target/aarch64-unknown-linux-gnu /release/yj
2525 name : linux
2626 - os : windows-latest
2727 x86_64 : ./target/release/yj.exe
4141 run : |
4242 sudo apt-get install musl-tools
4343 rustup target add x86_64-unknown-linux-musl
44- rustup target add aarch64-unknown-linux-musl
44+ rustup target add aarch64-unknown-linux-gnu
4545 cargo build --release --target x86_64-unknown-linux-musl --verbose
46- cargo build --release --target aarch64-unknown-linux-musl --verbose
46+ cargo build --release --target aarch64-unknown-linux-gnu --verbose
4747 - name : macOS Build
4848 if : runner.os == 'macOS'
4949 run : |
Original file line number Diff line number Diff line change 11[package ]
22name = " yj"
3- version = " 1.1.29 "
3+ version = " 1.1.30 "
44authors = [" Bruce Adams <bruce.adams@acm.org>" ]
55categories = [" command-line-utilities" ]
66description = " Command line tool that converts YAML to JSON"
You can’t perform that action at this time.
0 commit comments