1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 14:20:04 -04:00

Make sure check.sh installs all tools it uses

This commit is contained in:
Emil Ernerfeldt
2023-11-30 17:45:15 +01:00
parent be1f6cd699
commit 8ccd9b73e2
2 changed files with 3 additions and 1 deletions

View File

@@ -5,7 +5,8 @@ script_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P )
cd "$script_path/.."
set -x
# cargo install cargo-deny
cargo install cargo-deny
cargo deny --all-features --log-level error --target aarch64-apple-darwin check
cargo deny --all-features --log-level error --target aarch64-linux-android check
cargo deny --all-features --log-level error --target i686-pc-windows-gnu check