File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2727 cargo binstall -y --force trunk
2828
2929 - name : Release
30- run : make release TARGET=x86_64-unknown-linux-gnu
30+ run : make release
3131
3232 - name : Run Clippy
3333 run : cargo clippy --all-targets --all-features -- -D warnings
Original file line number Diff line number Diff line change 2929 cargo binstall -y --force trunk
3030
3131 - name : Release
32- run : make release TARGET=x86_64-unknown-linux-gnu
32+ run : make release
3333
3434 - name : Run
3535 run : cargo fmt --all -- --check
Original file line number Diff line number Diff line change 1- TARGET ?= aarch64-apple-darwin
1+ TARGET ?= $( shell rustc --version --verbose | grep host | cut -d' ' -f2)
22
33.PHONY : default test
44
Original file line number Diff line number Diff line change 1- TARGET ?= aarch64-apple-darwin
1+ TARGET ?= $( shell rustc --version --verbose | grep host | cut -d' ' -f2)
22
33.PHONY : default
44
You can’t perform that action at this time.
0 commit comments