mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-09-23 11:05:34 +00:00
ci: Fix missing equals sign (#218)
This commit is contained in:
+1
-1
@@ -104,7 +104,7 @@ script:
|
||||
cargo clippy -- -D clippy::all
|
||||
fi
|
||||
- |
|
||||
if [[ $TARGET = "armv7-unknown-linux-gnueabihf" ]]; then
|
||||
if [[ $TARGET == "armv7-unknown-linux-gnueabihf" ]]; then
|
||||
cargo build --verbose --target $TARGET
|
||||
else
|
||||
cargo test --verbose --target $TARGET
|
||||
|
||||
Reference in New Issue
Block a user